Search result

[Troubleshooting] CORS setting was not working when I implemented AWS API Gateway+Lambda…

This is record of troubleshooting about CORS setting when I implemented AWS server-less applicationContinue reading on Medium »

serverless api-gateway AWS infrastructure lambda

serverless 배포할 AWS S3 버킷 지정

TL;DR serverless 배포할 S3 버킷 생성 Lambda 와 같은 리전으로 버킷명은 S3 전 영역에서 충돌 없는 유니크한 이름으로 설정 3. Set permissions 단계에서 Public access settings for this bucket 의 모든 체크상...

AWS lambda serverless

serverless 배포할 AWS S3 버킷 지정

TL;DR serverless 배포할 S3 버킷 생성 Lambda 와 같은 리전으로 버킷명은 S3 전 영역에서 충돌 없는 유니크한 이름으로 설정 3. Set permissions 단계에서 Public access settings for this bucket 의 모든 체크상...

AWS lambda serverless

[ AWS Lambda ] AWS Lambda 에서 Timezone 설정

AWS Lambda 에서 현재 시간 혹은 현재 날짜를 이용할려면 Timezone 을 변경해야하는데, Lambda 는 기본적으로 Timezone 이 UTC 시간 입니다. 만약 Asia/Seoul 로 변경하고 싶다면 아래와 같이 처리하면 됩니다.nodej...

lambda AWS aws lambda serverless

Lambda 를 사용하여 CodeCommit 을 Slack 과 연동하기

먼저, Slack 에서 Incoming WebHooks 를 설치합니다. 설치 후, 설정을 시작합니다. 연동할 채널을 선택한 후, Add Incoming WebHooks integration 버튼을 클릭합니다. 생성된 Webhook URL 을 기록해둡니다. 이후,...

AWS(아마존 클라우드) AWS CodeCommit lambda Slack