Giter VIP home page Giter VIP logo

aws-api-events-capture-glue-firehose-and-s3's Introduction

Prerequisites

- Set up Terraform. For steps, see Terraform downloads (https://www.terraform.io/downloads.html).

Steps

  1. Execute the below commands

    $ terraform init
    $ terraform plan
    $ terraform apply –auto-approve
    

aws api events capture sqs, lambda, glue, firehose and s3

Test

  1. In AWS Console, Select “api-gateway”

  2. Select “Stages” on the left pane

  3. Click “dev” > “POST” (within the “/login” route)

  4. Copy the invoke Url. A sample url will be like this - https://qvu8vlu0u4.execute-api.us-east-1.amazonaws.com/dev/login

  5. Use REST API tool like Postman or Chrome based web extension like RestMan to post data to your endpoint

    Sample Json Request:

    {
        "user_name": "pomelo",
        "email": "[email protected]"
    }
    
  6. Output - You should see the output in both S3 bucket a. S3 – Navigate to the bucket created as part of the stack * Select the file and view the file from “Select From” sub tab . You should see something ingested stream got converted into parquet file. * Select the file and view the data

aws-api-events-capture-glue-firehose-and-s3's People

Contributors

sainipradeep avatar

Watchers

James Cloos avatar  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.