Skip to content

Commit

Permalink
docs: added helpful comments in 2016-10-31.md (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
keetonian authored and praneetap committed Jul 23, 2019
1 parent cb9a42f commit 0712837
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ -672,7 +672,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

0 comments on commit 0712837

Please sign in to comment.