Skip to content

EBSCOIS/aws-proton-sample-lambda-crud-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Proton Sample Lambda CRUD API Service

This sample application contains AWS Lambda function code to handle a CRUD API endpoint. This sample can be deployed with AWS Proton using the sample Lambda CRUD API Service environment and service templates.

With the sample Proton templates, you can provide a simple noun for the API like tasks, and Proton will create the Create, Read, Update and Delete Lambda functions. The handlers will be of the form get_{noun}, create_{noun}, list_{noun}, update_{noun}, delete_{noun}. The default noun is task.

Testing

Run unit tests with the rspec command or make test.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Sample application code for AWS Proton

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.2%
  • Makefile 0.8%