Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move field roleInstance from Function to CallbackFunction #2645

Merged

Commits on Jul 26, 2023

  1. Move field roleInstance from Function to CallbackFunction

    Fixes #2639
    
    This actually makes the mixin more self-contained, since we previously added a field to a
    normal pulumi resource, making TS's `lambda.Function` different then Go's
    `lambda.Function`. With this change, `lambda.Function` is the same in all languages.
    iwahbe committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b4c08e2 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated serverless.Function

    `serverless.Function` has been deprecated in favor of `lambda.CallbackFunction` since
    2018 (#327). Since it depends on the removed
    functionality, I have bundled its removal.
    iwahbe committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2c09c53 View commit details
    Browse the repository at this point in the history