Giter VIP home page Giter VIP logo

serverless-offline-lambda-with-sqs's Introduction

Overview

A working example that shows how to run lambda functions with serverless-offline and interact with a local SQS queue.

Setup

Prerequisites

This project requires the following;

  • nodejs
  • npm
  • serverless framework
  • docker
  • aws-cli

Node.js and npm

Download and install nodejs 8.10.

Serverless Framework

Once npm is installed, install serverless npm package with

npm install -g serverless

If you run into a permission issue writing to /usr/local/lib/node_modules, I suggest to change the default global node modules location. Please follow this workaround.

AWS CLI

This is needed for serverless-offline-sqs plugin to function. Follow (AWS official documentation)[https://docs.aws.amazon.com/cli/latest/userguide/installing.html] to install AWS CLI.

Configure AWS CLI after installation by running aws configure. You don't have to set real access key/secret. Any values will do.

As for the region, enter us-west-2.

How to run this

To fully test the integration between API Gateway and the Lambda function, the full deployment can be emulated using serverless-offline

  • Install plugins via NPM: npm install (One-off)
  • ./start.sh

This will serve the full project locally on port :3000 via an API gateway so GET and POST requests are required to access the functions pulling the settings from the local stage.

serverless-offline-lambda-with-sqs's People

Contributors

alexyklu avatar asotoglez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.