Skip to content

Commit

Permalink
Minor clarification in README
Browse files Browse the repository at this point in the history
  • Loading branch information
instantiator committed Jan 8, 2023
1 parent af37dd6 commit 9e7aedf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# mvp-serverless-app-template

A simple template to develop, publish, and test a simple service behind an API gateway.
A simple template to develop, publish, and test a simple .NET service behind an API gateway on AWS.

![A diagram illustrating several services, each with access to a database; behind an API gateway, which has access to an auth service. A web app and mobile app both have access to the API Gateway and auth service, too.](documentation/images/rocket-mvp.png "A diagram illustrating several services, each with access to a database; behind an API gateway, which has access to an auth service. A web app and mobile app both have access to the API Gateway and auth service, too.")

- [x] SAM template
- [x] Functions (Lambda)
- [x] API Gateway
- [x] Database (DynamoDb)
- [ ] Auth (Cognito)

## In development
## Progress

- [x] Skeleton function, with template, build and deployment support
- [ ] Support full basic MVP design
- [ ] Support testing

## Prerequisites

Expand Down

0 comments on commit 9e7aedf

Please sign in to comment.