Skip to content

Instantly share code, notes, and snippets.

View kiranbadagu's full-sized avatar
🏠
Working from home

Kiran Badagu kiranbadagu

🏠
Working from home
  • Innovan Technologies
  • Hyderabad
View GitHub Profile
@kiranbadagu
kiranbadagu / aws-template-bucket-custom-acl.yaml
Created August 25, 2022 07:24 — forked from christianklotz/aws-template-bucket-custom-acl.yaml
CloudFormation template to create S3 bucket resource with custom role
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Parameters:
BucketPrefix:
Type: String
Description: "The prefix used for all S3 buckets."
AllowedPattern: "[a-z-]+"
Resources: