Skip to content

Instantly share code, notes, and snippets.

@jewelsjacobs
jewelsjacobs / index.js
Created August 15, 2019 20:18
github status lambda
const aws = require('aws-sdk');
const axios = require('axios');
const BaseURL = 'https://api.github.com/repos';
const codepipeline = new aws.CodePipeline();
const Password = process.env.ACCESS_TOKEN;
exports.handler = async event => {