axellbrendow / fullcycle03-challenge3

Challenge 3 of the Full Cycle Marathon 3.0 - serverless endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullcycle03-challenge3

Challenge 3 of the Full Cycle Marathon 3.0 - serverless endpoint

Simple serverless lambda function to sum two parameters.

Docker Image

How to use ?

npm i
npm i -g serverless
sls offline start

# access http://localhost:3000/dev/soma?a=1&b=3

or

sudo docker container run -p 3000:3000 --name fcc3 axell13/fullcycle03-challenge3

# access http://localhost:3000/dev/soma?a=1&b=3

About

Challenge 3 of the Full Cycle Marathon 3.0 - serverless endpoint

License:MIT License


Languages

Language:JavaScript 82.7%Language:Dockerfile 17.3%