make buildmake run-db
make run-apimake deploy1. make ssm
2. aws cloudformation deploy --template-file cfn/network.yaml --stack-name network
3. aws cloudformation deploy --template-file cfn/rds.yaml --stack-name rds
4. aws cloudformation deploy --template-file cfn/bastion.yaml --stack-name bastion
5. aws cloudformation deploy --template-file cfn/s3.yaml --stack-name s3 --parameter-overrides S3BucketNamePrefix=rust-app-bootstrap
6. aws cloudformation deploy --template-file cfn/sns.yaml --stack-name snscargo install sea-orm-cli
sea-orm-cli migrate initsea-orm-cli migrate generate create_table_users
cargo run -- refreshecho -n "username:personal_access_token" | base64{
"auths": {
"https://index.docker.io/v1/": {
"auth": "<base64-encoded-auth>"
}
}
}