Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1504

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions s3-eventbridge-sns-sam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
SPDX-License-Identifier: MIT-0
Loading