From ecec9e68b89b2ab9ab656471e3a3051709046cf4 Mon Sep 17 00:00:00 2001 From: Makendran G Date: Thu, 13 Jul 2023 09:23:47 +0530 Subject: [PATCH] Update README.md Added the capabilities in the sam deploy command. --- s3-eventbridge-sns-sam/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3-eventbridge-sns-sam/README.md b/s3-eventbridge-sns-sam/README.md index b11e14479..687085d34 100644 --- a/s3-eventbridge-sns-sam/README.md +++ b/s3-eventbridge-sns-sam/README.md @@ -25,7 +25,7 @@ Important: this application uses various AWS services and there are costs associ ``` 1. From the command line, use AWS SAM to deploy the AWS resources for the pattern as specified in the template.yml file: ``` - sam deploy --guided + sam deploy --guided --capabilities CAPABILITY_NAMED_IAM ``` 1. You can also use AWS CloudFormation console and paste the template.yml file in the designer and deploy it by passing the below required parameters. @@ -62,4 +62,4 @@ This template creates an S3 bucket that publishes events to Amazon EventBridge, Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: MIT-0 \ No newline at end of file +SPDX-License-Identifier: MIT-0