forked from aws/aws-sam-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support Runtime management controls (aws#420)
* feat: Support Runtime management controls - Modify ECR repo from `/sam/emulation-<runtime>` to `/lambda/<runtime>`. - Keep RAPID image up-to-date with the remote environment. - Remove SAM cli version from RAPID image tag locally. - These modifications change the rapid image tag from `python3.7-rapid-1.2.0-x86_64` to `3.7-rapid-x86_64`, since now the runtime name is part of the image *name* and not the tag. - Support a `RuntimeManagementConfig` in SAM templates and show a message if a runtime version is pinned in the template when invoking. - Rename some variables when building the rapid image, for more clarity. * PR feedback. Add placeholder text * Last updates for RuntimeManagementConfiguration - Change from RuntimeVersion to RuntimeVersion Arn - Update the message when user has a RuntimeVersion in their template and wants to invoke locally. * Update with latest tranform changes * update tests with latest transform changes * rollback dev version of SAMT Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
- Loading branch information
Showing
19 changed files
with
552 additions
and
131 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
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.