Skip to content

Instantly share code, notes, and snippets.

@ox1111
Created February 12, 2019 02:30
Show Gist options
  • Save ox1111/ce7aebb9e29bd702695b262acb55d04b to your computer and use it in GitHub Desktop.
Save ox1111/ce7aebb9e29bd702695b262acb55d04b to your computer and use it in GitHub Desktop.
aws lambda 테스트 ][ nodejs 간단한예제1
exports.handler = ( event , context, callback ) => {
callback( null , 'Hello World blackfalcon...');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment