1. handler.js callback() 필드 중 body 의 값 Type은 String 이어야만 함. 만약 다른 형식을 지정하면 postman 같은 툴에서 502 Internal Server Error 를 만나게 됨. module.export.run = (event, context, callb...
NodeJS aws lambda Debug debugging serverless webstorm
VoidNoble IT Zone on 19-03-31
AWS Lambda 에서 현재 시간 혹은 현재 날짜를 이용할려면 Timezone 을 변경해야하는데, Lambda 는 기본적으로 Timezone 이 UTC 시간 입니다. 만약 Asia/Seoul 로 변경하고 싶다면 아래와 같이 처리하면 됩니다.nodej...
lambda AWS aws lambda serverless
프로그래밍 요람에서 무덤까지 on 18-06-11