Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created June 1, 2020 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/d5634692b8abede1457e1ca9d163e735 to your computer and use it in GitHub Desktop.
Save kukielp/d5634692b8abede1457e1ca9d163e735 to your computer and use it in GitHub Desktop.
const name = new lambda.Function(this, 'NameHandler', {
runtime: lambda.Runtime.PROVIDED,
code: lambda.Code.fromAsset('src/program'),
handler: 'name.handler',
layers: layer,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment