https://github.com/rahul-barick/serverless-offline-aws-lambda-starter
Serverless AWS Lambda Function with node.js environment variables
https://github.com/rahul-barick/serverless-offline-aws-lambda-starter
aws aws-api-gateway aws-lambda nodejs serverless serverless-architectures serverless-framework
Last synced: 4 months ago
JSON representation
Serverless AWS Lambda Function with node.js environment variables
- Host: GitHub
- URL: https://github.com/rahul-barick/serverless-offline-aws-lambda-starter
- Owner: Rahul-Barick
- License: mit
- Created: 2018-03-20T17:31:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T06:41:16.000Z (about 8 years ago)
- Last Synced: 2025-01-20T09:46:32.021Z (about 1 year ago)
- Topics: aws, aws-api-gateway, aws-lambda, nodejs, serverless, serverless-architectures, serverless-framework
- Language: JavaScript
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-offline-aws-lambda-starter
Serverless AWS Lambda Function with node.js
## Q.What is Serverless ?
Answer:-
1. Serverless services are often called “Functions-as-a-Service” or Faas.
A serverless “function” is simply code that runs in response to an event. That’s it.
2. Build serverless applications comprised of microservices that run in response to events, auto-scale for you, and only charge you when they run.
This lowers the total cost of maintaining your apps, enabling you to build more logic, faster.
3. The Framework uses new event-driven compute services, like AWS Lambda, Google Cloud Functions, and more.
It's a command-line tool, providing scaffolding, workflow automation and best practices for developing and deploying your serverless architecture.
If you want to download it using git, copy paste the link that is presented to you, then run the following at your terminal:
```
git clone https://github.com/Rahul-Barick/serverless-offline-aws-lambda-starter.git
cd serverless-offline-aws-lambda-starter
npm install
```
Start the Serverless Offline
```
sls offline start
```
or
```
serverless offline start
```