Skip to content

Instantly share code, notes, and snippets.

@lemingos
lemingos / cloudformation.json
Last active November 15, 2024 12:56
cloudformation.json
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Bobsled S3 Bucket Source Access Setup",
"Parameters": {
"BucketName": {
"Description": "Name of the S3 bucket",
"Type": "String",
"Default": "tomasz-bobsled-bucket",
"AllowedValues": [
"tomasz-bobsled-bucket"