You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catches our enum up to date with the latest from
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html.
Also updates the deprecated runtimes to latest, including some which
have been very recently deprecated (but in a few cases, are not yet
erroring on create/update - though those are coming in the next few
weeks).
Also fixes CallbackFunction in TS to ensure it can accept a normal
`string` as well, to ensure that users are not prevented from passing
not-yet-supported enum values in the future. This aligns with the
underlying `Function` type which accepts both.
Fixes#3260.
Fixes#2994.
Many of the latest runtime versions supported by Lambda are not in the enum we define:
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
pulumi-aws/provider/resources.go
Lines 4772 to 4798 in b079b70
Similarly, many runtimes are deprecated, but we have not marked them as such yet.
The text was updated successfully, but these errors were encountered: