Skip to content

Instantly share code, notes, and snippets.

View danbucholtz's full-sized avatar

Dan Bucholtz danbucholtz

View GitHub Profile
@danbucholtz
danbucholtz / serverless.yml
Created July 14, 2018 04:32 — forked from DavidWells/serverless.yml
DynamoDB custom index serverless.yml example
service: service-name
provider:
name: aws
runtime: nodejs6.10
functions:
myfunc:
handler: handler.myfunc