Skip to content

Commit

Permalink
Pretty up the README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed May 6, 2020
1 parent eff2fd9 commit 901cb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Admin Systems: Serverless API
This is an IaC module for creating a serverless API using Lambda, HTTP APIs for Amazon API Gateway, and secrets management through SSM. It implements the Admin Systems practices outlines on our [cloud practice site](https://nit-administrative-systems.github.io/AS-CloudDocs/).
# Admin Systems: Serverless API Infrastructure-as-Code
This is an Terraform IaC module for creating a serverless API using Lambda, HTTP APIs for Amazon API Gateway, and secrets management through SSM. It implements the Admin Systems practices outlines on our [cloud practice site](https://nit-administrative-systems.github.io/AS-CloudDocs/).

## Usage
This IaC module is appropriate if you're implementing a serverless API in Node. Your API should work within the limits imposed by API Gateway: no more than 30 seconds to fufill requests, and a maximum payload size of 10MB. Your API can utilize on-campus resources, like on-prem databases. You will be using Apigee to publish your API.
Expand Down

0 comments on commit 901cb21

Please sign in to comment.