Abbass's Portfolio
AWS Educate 101
December 20, 2023 (1y ago)
βοΈ AWS Educate Workshop at 2023-12-15

Online Anonymous Multi-User Message Board
Create line-bot-sdk
Layer 1
$ mkdir python $ cd python $ pip install --target . line-bot-sdk $ cd .. $ zip -r line-bot-sdk.zip ./python $ rm -rf ./python # or our custom script $ ./build_line_bot_sdk_layer.sh
Add Permission with s3 2
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": [ "s3:GetObject" ], "Resource": [ "arn:aws:s3:::your_bucket_name/*" ] } ] }
CONTACT INFO.
Abbass-Sharara, AWS Educate Cloud Ambassador, Technical Support
π© E-mail: abas.cool.dev@gmail.com
π§³ Linkedin: Abbass-Sharara
π¨π»βπ» GitHub: PetaTech
Richard, AWS Educate Cloud Ambassador, Technical Support
- π© E-mail: Drahcir.lsc@gmail.com
- π§³ Linkedin: Shao Cheng Lu
- π¨π»βπ» GitHub: IdONTKnowCHEK
License
Released under MIT by AWS Educate TW, Abbass-Sharara.
This software can be modified and reused without restriction. The original license must be included with any copies of this software. If a significant portion of the source code is used, please provide a link back to this repository.