Skip to content

Instantly share code, notes, and snippets.

View geoffmomin's full-sized avatar

Geoffrey Momin geoffmomin

View GitHub Profile
@pawelgagorowski
pawelgagorowski / index.js
Last active October 9, 2019 06:36
error 401 - no authorization
'use strict';
const AWS = require('aws-sdk');
AWS.config.update({ region: 'us-east-1' })
const { dialogflow, SignIn } = require('actions-on-google');
const app = dialogflow();
const request = require('request-promise')
const rp = require('request-promise');