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.
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.
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 runsam 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.