Provision AWS s3 buckets with serverless components
Name | Type | Description |
---|---|---|
name | string |
The name of your S3 bucket. Name must be globally unique in AWS |
Name | Type | Description |
---|---|---|
name | string |
The S3 bucket name |
type: my-application
components:
myAwsS3Bucket:
type: aws-s3-bucket
inputs:
name: 'my-project-bucket-${self.instanceId}'