Skip to content

DHRUVvkdv/chariott

Repository files navigation

docker build -t codefest-backend . docker run --rm -p 8000:8000 --entrypoint python --env-file .env codefest-backend main.py

CodefestBackendInfraStack

aws lambda update-function-url-config
--function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd
--cors '{ "AllowOrigins": ["https://main.d2gakz683sax2c.amplifyapp.com", "http://localhost:3000"], "AllowMethods": [""], "AllowHeaders": [""], "AllowCredentials": true, "MaxAge": 300 }'

aws lambda get-function-url-config
--function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd

aws lambda update-function-url-config
--function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd
--cors '{ "AllowOrigins": [], "AllowMethods": [], "AllowHeaders": [], "AllowCredentials": false, "MaxAge": 0 }'

npm install -g @mermaid-js/mermaid-cli mmdc -i userDB.mmd -o diagram.svg mmdc -i userDB.mmd -o diagram.png

cdk synth?

Date: { "user_id": "[email protected]", "hotel_id": "courtyard", "room_number": "string", "start_date": "2024-10-20T12:00:00-04:00", "end_date": "2024-10-21T11:00:00-04:00", "hotel_name": "string" }

{ "user_id": "[email protected]", "hotel_id": "courtyard", "room_number": "111", "start_date": "2024-10-20T12:00:00-04:00", "end_date": "2024-10-21T11:00:00-04:00", "hotel_name": "acha", "room_info": { "beds": 2, "bathrooms": 1, "size": "king" } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published