Created
February 12, 2019 02:30
-
-
Save ox1111/ce7aebb9e29bd702695b262acb55d04b to your computer and use it in GitHub Desktop.
aws lambda 테스트 ][ nodejs 간단한예제1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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