Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adam0brien/ds-ca2
- Owner: Adam0Brien
- Created: 2023-12-08T23:08:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T23:13:52.000Z (11 months ago)
- Last Synced: 2024-01-03T01:17:59.183Z (11 months ago)
- Language: TypeScript
- Size: 86.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```