https://github.com/vrann/crowdy-aws
GitHub repository for AWS CodeStar Python web service crowdy.
https://github.com/vrann/crowdy-aws
Last synced: 3 months ago
JSON representation
GitHub repository for AWS CodeStar Python web service crowdy.
- Host: GitHub
- URL: https://github.com/vrann/crowdy-aws
- Owner: vrann
- Created: 2018-02-13T03:22:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T14:05:54.000Z (over 7 years ago)
- Last Synced: 2025-01-08T01:52:59.965Z (5 months ago)
- Language: Python
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the AWS CodeStar sample web service
==============================================This sample code helps get you started with a simple Python web service using
AWS Lambda and Amazon API Gateway.What's Here
-----------This sample includes:
* README.md - this file
* buildspec.yml - this file is used by AWS CodeBuild to package your
application for deployment to AWS Lambda
* index.py - this file contains the sample Python code for the web service
* template.yml - this file contains the AWS Serverless Application Model (AWS SAM) used
by AWS CloudFormation to deploy your application to AWS Lambda and Amazon API
Gateway.
* tests/ - this directory contains unit tests for your applicationWhat Do I Do Next?
------------------If you have checked out a local copy of your repository you can start making changes
to the sample code. We suggest making a small change to index.py first, so you can
see how changes pushed to your project's repository are automatically picked up by your
project pipeline and deployed to AWS Lambda and Amazon API Gateway. (You can watch the pipeline
progress on your AWS CodeStar project dashboard.)Once you've seen how that works,
start developing your own code, and have fun!To run your tests locally, go to the root directory of the
sample code and run the `python -m unittest discover tests` command, which
AWS CodeBuild also runs through your `buildspec.yml` file.To test your new code during the release process, modify the existing tests or
add tests to the tests directory. AWS CodeBuild will run the tests during the
build stage of your project pipeline. You can find the test results
in the AWS CodeBuild console.Learn more about AWS CodeBuild and how it builds and tests your application here:
https://docs.aws.amazon.com/codebuild/latest/userguide/concepts.htmlLearn more about AWS Serverless Application Model (AWS SAM) and how it works here:
https://github.com/awslabs/serverless-application-model/blob/master/HOWTO.mdAWS Lambda Developer Guide:
http://docs.aws.amazon.com/lambda/latest/dg/deploying-lambda-apps.htmlLearn more about AWS CodeStar by reading the user guide, and post questions and
comments about AWS CodeStar on our forum.AWS CodeStar User Guide:
http://docs.aws.amazon.com/codestar/latest/userguide/welcome.htmlAWS CodeStar Forum: https://forums.aws.amazon.com/forum.jspa?forumID=248