Skip to content

Quick project to return the sentence for a given crime (simple/inaccurate) as a way of demonstrating AWS Lambdas with Amazon API Gateway

Notifications You must be signed in to change notification settings

henricook/should-i-do-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Should I do it? Crime information App

Brief Introduction

Setup an AWS account, configure an API Gateway resource called 'getCrime', add a 'GET' method - point it to Lambda and input the lambda function found in getCrime-lambda.txt.

Deploy the API. Note the URL and update the address in the javascript of index.html

Go through the painful process of setting up CORS - http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html

Deploy files to a web root and open index.html

About

Quick project to return the sentence for a given crime (simple/inaccurate) as a way of demonstrating AWS Lambdas with Amazon API Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages