Created
September 22, 2022 10:14
-
-
Save nidhi-canopas/8eb8ac1656b017de7df1986cacf92613 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| - aws cloudformation deploy --stack-name test-lambda-stack --template-file serverless_deployment.yml --parameter-overrides AwsRegion=aws_region AwsAccessKeyId=your_aws_access_key_id | |
| AwsSecretAccessKey=your_aws_secret_access_key | |
| LambdaBucket=lambda-test-bucket-006 LambdaUrl=test_lambda.zip | |
| ApiGatewayStageName=prod --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment