File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Serverless image resizer
2
2
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.
4
16
5
17
## Overview
6
18
7
19
![ Screenshot at 2022-11-23 16-34-12] ( https://user-images.githubusercontent.com/3996682/203586505-e54ccb3e-5101-4ee8-917d-d6372ee965ef.png )
8
20
21
+ ## Prerequisites
22
+
23
+ Make sure you use the same version as the Python Lambdas to make Pillow work (3.9)
24
+
9
25
## Create the infrastructure manually
10
26
11
27
### Create the buckets
You can’t perform that action at this time.
0 commit comments