Skip to content

Commit 73a07d6

Browse files
authored
Update README.md
1 parent 99102b9 commit 73a07d6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# Serverless image resizer
22

3-
Make sure you use the same version as the Python Lambdas to make Pillow work (3.9)
3+
A serverless application that demos several AWS functionalities on LocalStack:
4+
* S3
5+
* S3 bucket notifications to trigger a Lambda
6+
* S3 pre-signed POST
7+
* S3 website
8+
* SSM
9+
* Lambda
10+
* Lambda function URLs
11+
* Lambda SNS on failure destination
12+
* SNS to SES Subscriptions
13+
* SES LocalStack testing endpoint
14+
15+
Moreover, the repo includes a GitHub actions workflow to demonstrate how to run end-to-end tests of your AWS apps using LocalStack in CI.
416

517
## Overview
618

719
![Screenshot at 2022-11-23 16-34-12](https://user-images.githubusercontent.com/3996682/203586505-e54ccb3e-5101-4ee8-917d-d6372ee965ef.png)
820

21+
## Prerequisites
22+
23+
Make sure you use the same version as the Python Lambdas to make Pillow work (3.9)
24+
925
## Create the infrastructure manually
1026

1127
### Create the buckets

0 commit comments

Comments
 (0)