serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

feat: Update `aws-node-s3-file-replicator` with Lift construct #618

Closed fredericbarthelet closed 3 years ago

fredericbarthelet commented 3 years ago

This PR aims at reducing required code base to implement and deploy aws-node-s3-file-replicator exemple using Lift plugin. The plugin leverages storage constructs for both input and output buckets. It deploys required iamStatements to Lambda role policy to interact with those buckets.