/aws-lambda-101

AWS Lambda Function base project.

Primary LanguageJavaScriptMIT LicenseMIT

AWS Lambda 101 - Node.js Function Base Project

Description

This project contains an AWS Lambda function that shows the received event data.

Required

Test locally

  1. Install the packages by running npm install
  2. Create a local config.yml by copying the config.example.yml and replacing the variables in it.
  3. For testing you can run the following commands:
    • serverless invoke local --function test --path tests/event.json

Support & Troubleshooting

Emilio Bogantes ejbogantes@gmail.com