aws-samples / simple-websockets-chat-app

This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature.
MIT No Attribution
690 stars 280 forks source link

Keep SAR app up to date with latest changes #17

Closed jlhood closed 5 years ago

jlhood commented 5 years ago

This app has been modified in GitHub, but those updates haven't been published to SAR. Deploying the app via SAR is a much simpler experience than using GitHub and SAM CLI. SAR has some features that launched since this app was released that should help you keep this app in sync.

SAM CLI added a sam publish command that allows you to specify the SAR metadata of the app in the template itself. This will allow you to follow best practices like including the GitHub URL for the app and sourceCodeUrls, for example. Then you can run sam publish.

Opening an issue to add SAR metadata and use either sam publish or the new CodePipeline app to make sure the SAR app stays in sync with changes made to this GitHub repo.

jt0 commented 5 years ago

Updated.