-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21091 from bnusunny/main
Add support for AWS Lambda Functions powered by AWS Graviton2 processors
- Loading branch information
Showing
13 changed files
with
567 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
``` | ||
release-note:enhancement | ||
resource/aws_lambda_function: Add support for Graviton2 with `architectures` field | ||
``` | ||
|
||
``` | ||
release-note:enhancement | ||
resource/aws_lambda_layer_version: Add support for Graviton2 with `compatible_architectures` field | ||
``` | ||
|
||
``` | ||
release-note:enhancement | ||
data-source/aws_lambda_function: Add support for Graviton2 with `architectures` field | ||
``` | ||
|
||
``` | ||
release-note:enhancement | ||
data-source/aws_lambda_layer_version: Add support for Graviton2 with `compatible_architectures` field | ||
``` |
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
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
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
Oops, something went wrong.