GithubHelp home page GithubHelp logo

takehome's Introduction

takehome

Sample work to explore building and deploying lambda functions.

Approach

GitHub has a JSON API, so lets explore using the API. The following URL gets us the last commits from the jq repo. https://api.github.com/repos/stedolan/jq/commits

  • bash/perl/go/python/scripting parsing exercise: Write a script to grab the last 50 commits and extract a list of the hashes/SHA for commits that have a different author than commitor.
  • programming exercise: Convert the above script into an AWS lambda compatible language function.
  • application deployment exercise: Provide the cloudformation template, or scripts, used to deploy the above lambda function into AWS and show sample execution

Prerequisites

Ensure the amazon cli tools are installed and configuration is complete. The build and deploy scripts expect a profile of takehome to be set.

Usage

the python and node folders each have a deploy.sh and package.sh Package will update the cf template and prepare things for upload to S3 and deploy will do the work. Alternatively, the node sample can be done in a single step npm run deploy. This requires node and npm to be installed, and the intent would be to have a Jenkins or Travis job call the npm script.

CodeStar

AWS Code star may also be used - that work is located here:

Current API GW URL

takehome's People

Contributors

bcampagnolo avatar

Watchers

James Cloos avatar

takehome's Issues

Does this diagram match the architecture you have in mind?

Hi @bcampagnolo ,

my team and I are currently working on automated generation of architecture diagrams for CloudFormation and serverless projects. Your project is particularly interesting as it represents a good real-world use case.

The tool we are working on generated the following diagram for your repo. I am happy to get your feedback about it. It would be very helpful for our product development.

Does the diagram match the architecture you have in mind?

Cheers,
Rajiv

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.