0.1.1 • Published 2 years ago

@squareball/cfn-web-resources v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@squareball/cfn-web-resources

Custom resources for standard web deployments:

  1. auto-cert: provision and validate a certificate in ACM
  2. empty-bucket: deletes everything in a bucket when the custom resource is deleted; useful to remove static content buckets that don't need to persist beyond a deployment
  3. get-stream-arn: get the DynamoDB Stream ARN of a specified table
  4. put-object: write specific content to an S3 bucket
  5. unpack-asset: unpack a whole zip file to an S3 bucket

Documentation

See documentation.