nginx-serverless/nginx-lambda-reference-architecture

nginx-acm: Data model & DB library for Lambda integration

shawnhankim opened this issue · 0 comments

As a Product Manager,

I want customers to use NGINX Lambda gateway to securely expose their services as API.

Because customers who are running their services on Serverless platform are increasing, as the customers don’t want to manage the application server infrastructure. AWS Lambda is popular choice for AWS users which helps customers to run their services developed in the different programming languages (Go, Node.JS, Python, Java). There are increasing asks from customers to protect the services hosted in AWS Lambda.

As a Backend Engineer,

I want to generate DB model of the Lambda integration and implement DB library.

AC:

  • Generate DB model
  • Migrate DB schema
  • Implement DB library
  • Implement unit-test codes