https://github.com/adamculp/social-saver
Minimal sample project to accept HTTP requests to save social posts, save them to persistent storage, and allow retrieval.
https://github.com/adamculp/social-saver
cloudformation python rest-api social-network
Last synced: 24 days ago
JSON representation
Minimal sample project to accept HTTP requests to save social posts, save them to persistent storage, and allow retrieval.
- Host: GitHub
- URL: https://github.com/adamculp/social-saver
- Owner: adamculp
- License: mit
- Created: 2021-07-01T18:48:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T18:13:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T05:42:28.484Z (over 1 year ago)
- Topics: cloudformation, python, rest-api, social-network
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# social-saver
Minimal sample project to accept HTTP requests to save social posts,
save them to persistent storage, and allow retrieval.
#### Steps to get back to point where I left off 2 months ago:
* In WSL2 navigate to project directory
* Initiate virtual env
* Use pip to install dependencies
* Call CDK to deploy
```bash
cd ecs-devops-sandbox-cdk
source .venv/bin/activate
pip install -r ../requirements.txt
pip install aws_cdk.aws_ec2 aws_cdk.aws_ecs aws_cdk.aws_ecr aws_cdk.aws_iam
cdk deploy
```
Create AWS CodeBuild Project
https://aws.amazon.com/blogs/containers/create-a-ci-cd-pipeline-for-amazon-ecs-with-github-actions-and-aws-codebuild-tests/
https://aws.amazon.com/premiumsupport/knowledge-center/ecs-fargate-static-elastic-ip-address/