An open API service indexing awesome lists of open source software.

https://github.com/helbing/aws-serverless-examples

aws serverless exmaples
https://github.com/helbing/aws-serverless-examples

aws aws-cdk aws-serverless

Last synced: 5 months ago
JSON representation

aws serverless exmaples

Awesome Lists containing this project

README

          

# AWS Serverless Examples

## Requirements

- [AWS Account](https://aws.amazon.com/)
- [AWS CLI](https://aws.amazon.com/cli/)
- [Docker](https://www.docker.com/)

You need set `AWS Access Key ID` and `AWS Secret Access Key` in your local with `aws configure`. You also need set environment variables `CDK_DEPLOY_ACCOUNT` and `CDK_DEPLOY_REGION`.

## Examples

- [s3-thumbnail](examples/s3-thumbnail/): upload image to S3 bucket, trigger lambda function, it will generate thumbnail and upload thumbnail to destination bucket.