Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created September 22, 2022 10:14
Show Gist options
  • Select an option

  • Save nidhi-canopas/8eb8ac1656b017de7df1986cacf92613 to your computer and use it in GitHub Desktop.

Select an option

Save nidhi-canopas/8eb8ac1656b017de7df1986cacf92613 to your computer and use it in GitHub Desktop.
- 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