Skip to content

Instantly share code, notes, and snippets.

@jdaarevalo
Created April 21, 2023 18:43
Show Gist options
  • Select an option

  • Save jdaarevalo/4619208ab3c9b3ff2a1c1e2ddbf28145 to your computer and use it in GitHub Desktop.

Select an option

Save jdaarevalo/4619208ab3c9b3ff2a1c1e2ddbf28145 to your computer and use it in GitHub Desktop.
ProcessedDataS3Bucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: !Join
- "-"
- - "scatter-gather-processed-data"
- !Select
- 0
- !Split
- "-"
- !Select
- 2
- !Split
- "/"
- !Ref "AWS::StackId"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment