Example Python Dynamodb Ttl

python 을 이용하여 기존 테이블에 dynamodb ttl 값을 넣는 방법
Read more →

Example Lambda Python Ses

aws python lambda 에서 메일 보내기 예제
Read more →

CodeBuild Springboot SSH Deploy On Premise using Gradle

gradle Springboot 프로젝트에서 Codepipeline 으로 온프레미스로 배포하는 방법
Read more →

Codebuild Springboot Fargate

springboot 를 fargate 형태로 서비스하기 위한 스크립트이다. 사전에 springboot root directory에는 Dockerfile이 존재해야 한다.
Read more →

Cloudwatch Rule Timezone

cloud watch rule cron 한국 시간 설정 방법
Read more →

CodeBuild Android Sign

안드로이드 사인하여 앱 배포하기 자동화
Read more →

Cloud Natvie Application

EC2를 사용하지 않고 AWS 의 서비스를 최대한 사용하여 시스템을 구축한 경험을 정리
Read more →

FCM Lambda NodeJS

AWS lamda 에서 FCM(Firebase Cloud Messaging)을 보내는 방법이다. 처음에는 npm install 한 모듈을 어떻게 aws에 추가하는지 몰라서 고생을 했는데, 단순히 모듈을 추가하고, 압축하여 layer 로 만들어서 사용하면 된다.
Read more →