Skip to content

JonathanFerreira/cepless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cepless

My first AWS Lambda using Node.js to return address information through zip code

Introduction

This functions works with http requests

Installation

Dependencies

Guide

  • Clone repo
git clone https://github.com/JonathanFerreira/cepless
  • Install project dependencies
cd cepless
npm install
  • Create your AWS IAM.

  • Set your credentials

serverless config credentials -o --provider aws --key=YOUR_AWS_KEY --secret YOUR_AWS_SECRET

Testing

For local tests you can use:

serverless offline

And then access in your browser:

http://localhost:3000/cep/13876874

Deploy

npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published