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 2016-10-31.md #1024

Merged
merged 1 commit into from
Jul 23, 2019
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
6 changes: 3 additions & 3 deletions versions/2016-10-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Events:
PhotoUpload:
Type: S3
Properties:
Bucket: my-photo-bucket
Bucket: my-photo-bucket # bucket must be created in the same template
Tags:
AppNameTag: ThumbnailApp
DepartmentNameTag: ThumbnailDepartment
Expand Down Expand Up @@ -409,7 +409,7 @@ NOTE: To specify an S3 bucket as an event source for a Lambda function, both res
```yaml
Type: S3
Properties:
Bucket: my-photo-bucket
Bucket: my-photo-bucket # bucket must be created in the same template
Events: s3:ObjectCreated:*
Filter:
S3Key:
Expand Down Expand Up @@ -666,7 +666,7 @@ Properties | * | **Required.** Object describing properties of this event mappin
```yaml
Type: S3
Properties:
Bucket: my-photo-bucket
Bucket: my-photo-bucket # bucket must be created in the same template
```

```yaml
Expand Down