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
- Host: GitHub
- URL: https://github.com/helbing/aws-serverless-examples
- Owner: helbing
- Created: 2023-03-06T12:41:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:36:17.000Z (about 2 years ago)
- Last Synced: 2023-12-15T12:44:13.512Z (about 2 years ago)
- Topics: aws, aws-cdk, aws-serverless
- Language: Shell
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.