Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 347 Bytes

ordsky-apiv2

This is the backend Websocket API for ordsky.no

Deployment

In order to deploy write:

sam build
sam deploy

Changes to API gateway are not automatically deployed. One solution is to do the following

aws apigatewayv2 create-deployment --api-id ${id} --stage-name Prod --description "deployed from cli"