Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adam0brien/ds-ca2

Distributed systems event driven architecture assignment
https://github.com/adam0brien/ds-ca2

Last synced: about 1 month ago
JSON representation

Distributed systems event driven architecture assignment

Awesome Lists containing this project

README

        

aws s3 cp test.txt s3://a-bucket/test.txt --metadata '{"x-amz-meta-cms-id":"34533452"}'

# How to get started

1. Clone this repository and add `env.ts` to the base file:
```
export const SES_REGION = 'eu-west-1';
export const SES_EMAIL_FROM = 'verified-identity-1';
export const SES_EMAIL_TO = 'verified-identity-2';
```
NOTE: The verified identities must be email addresses verified in your AWS account.

2. Run `cdk deploy`

3. Test the stack by uploading a picture from your local directory.
```aws s3 cp ./images/sunflower.jpeg s3://your_bucket_name/image3.jpeg```