GithubHelp home page GithubHelp logo

aws-api-gateway-terraform's Introduction

AWS Api Gateway Terraform

This project create an api gateway to ViaCep and expose it in a subdomain api (ex: api.example.com)

This project use the following aws resources

  • Cognito (user pool)
  • Api Gateway
  • Certificate Manager (import)
  • Route 53

Configure

You need to define the following variables

Variable Description Example
domain_name The domain has been registered in Route 53 example.com
certificate The path to file crt /tmp/cert.crt
private_key The path to file key /tmp/cert.key

After configure the variables you can apply. The script will create the following items:

  • A cognito user pool with a client configured to oauth2
  • An api gateway with two paths
  • An api domain
  • Import a certificate to certificate manager

How to use the cep-api

Get a token

$ curl --location --request POST 'https://api.example.com/test/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'client_id={client_id}' \
--data-urlencode 'client_secret={client_secret}' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'scope=cep-api/read'

Get address from cep

$ curl --location --request GET 'https://api.example.com/test/cep/01001000' \
--header 'Authorization: Bearer {token}'

aws-api-gateway-terraform's People

Contributors

dgaraujo89 avatar

Stargazers

Lucas Zamboni 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.