Skip to content

phxbrigade/maricopa-county-case-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Maricopa County Arizona Case Search

dev endpoint: https://e82duu0z7a.execute-api.us-west-1.amazonaws.com/dev/search

Setup

Ensure you have serverless installed

$ npm i -g serverless

Refer to the Serverless gettings started guide for authentication.

Deployment

After changing the ./case-search-maricopa-county/handler.js run the following to deploy to your AWS Lambda account:

$ serverless deploy