Skip to content

Latest commit

 

History

History
 
 

aws-s3-bucket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AWS S3 Bucket

Provision AWS s3 buckets with serverless components

Input Types

Name Type Description
name string The name of your S3 bucket. Name must be globally unique in AWS

Output Types

Name Type Description
name string The S3 bucket name

Example

type: my-application
components:
  myAwsS3Bucket:
    type: aws-s3-bucket
    inputs:
      name: 'my-project-bucket-${self.instanceId}'