https://github.com/build-on-aws/support-cases-sample
This is a simple Support Cases sample app for Serverless demos. The app is written in Python and will be used in GenAI demos.
https://github.com/build-on-aws/support-cases-sample
python python-lambda sample-code serverless
Last synced: about 1 month ago
JSON representation
This is a simple Support Cases sample app for Serverless demos. The app is written in Python and will be used in GenAI demos.
- Host: GitHub
- URL: https://github.com/build-on-aws/support-cases-sample
- Owner: build-on-aws
- License: mit-0
- Created: 2023-11-27T17:52:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T18:01:56.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:39:22.267Z (4 months ago)
- Topics: python, python-lambda, sample-code, serverless
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Support Cases Sample App
This is a simple Support Cases sample app for Serverless demos. The app is written in Python and will be used in GenAI demos.
Please note the app is not perfect and it is purposely so. The app is used to demonstrate how GenAI tools can help builders improve their code.
Use the `prepare.sh` in preparation folder to create the Amazon DynamoDB table and permissions.
To deploy this app run following commands:
- `sam build`
- `sam deploy --guided`## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.