forked from CodeGenieApp/serverless-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SCOPE.txt
25 lines (19 loc) · 1.17 KB
/
SCOPE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
############################################################################
## SCOPE.txt - version 1.0 ##
## Created by Brett Andrews - [email protected] ##
## ---------------------------------------------------------------------- ##
## Version history: ##
## ---------------------------------------------------------------------- ##
## v1.0 - 02/09/18 - Initial scope document ##
############################################################################
# Objective
The goal of this library is to provide developers with a way to run Node.js
HTTP applications and REST APIs (including but not limited to the usage of
frameworks such as Express) on AWS Lambda. This repository includes an example
directory which allows developers to quickly deploy a running application using SAM.
This repository should contain:
- The aws-serverless-express library.
- Documentation on using aws-serverless-express
- Examples of using the aws-serverless-express library.
This repository does not contain:
- Code that comprises a complete application.