-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aws.lambda.Runtime to latest AWS support (#3261)
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.
- Loading branch information
Luke Hoban
authored
Jan 17, 2024
1 parent
976def3
commit b3675bd
Showing
8 changed files
with
185 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.