Serverless in AWS: Lambda Functions That Generate and Upload Files to S3
AWS Lambda is a serverless, event-driven solution for compute that abstracts away the need for us, the developer, to worry about any infrastructure, while S3 is a general purpose storage solution. In other words, we can use a simple script (a “lambda...
fullstax.hashnode.dev5 min read