일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- aws ses
- dMarc
- go
- JVM
- SMTP
- serverless
- K8S
- BitBucket
- docker
- aws
- Fargate
- EKS
- awscli
- 메일 인증 프로토콜
- Java
- DKIM
- 도커
- Fluentbit
- SPF
- SAA-CO2
- Datadog
- SAA-CO3
- Ingress
- gochannel
- SAA
- Certified Solutions Architect
- goroutine
- Kubernetes
- Lambda
- Today
- Total
목록go (3)
DevOps Tasks
AWS Lambda와 Go 언어를 사용해서 간단한 index.html 파일을 띄울 때. png 파일이 띄워지지 않는다. 개발자 도구로 확인했을 때 .png 파일의 Status Code는 200 OK 로 떨어지지만 제대로 불러오지 못하고 있다. 해당 문제를 해결해보자 ! AWS Lambda와 Go 언어를 사용했을 때 텍스트 파일 (. css,. html 등) 은 사용이 가능하지만 바이너리 파일은 base64로 인코딩하여 문자열로 처리를 해야 한다. 따라서,. css 파일에서. png 파일을 호출할 때 base64 기반으로 인코딩하는 방법을 알아본다. Go 언어 대한 부분에 들어가기에 앞서 base64 인코딩, 바이너리 파일에 대해서 알아본다. Go 에 대해서 궁금하다면 간단히 알아보고 오는 것도 좋다 ! ..
AWS Lambda 와 Go 를 적용하기 전 Lambda에 를 최대 효율로 사용하는 방법에 대해서 알면 도움이 된다. AWS Lambda 를 100% 활용하기 Lambda는 AWS에서 제공하는 Serverless 컴퓨팅 플랫폼이다. Serverless 란, 서버가 없다는 것이 아닌 개발자가 서버의 존재를 신경 쓸 필요가 없다는 뜻이다. 서버가 잘 돌아가고 있는지, 서버 수 및 스펙 rldnjsdlsi.tistory.com AWS Lambda로 간단한 Proxy 서버를 구성한다. 대용량 트래픽에도 대응하기 위해 Go Routine으로 동시성을 높이고 Routine 간의 데이터 교환을 Go Channel 로 허용하여 동시작업이 제한된 방식으로 실행한다. 또한, Performance 비교로 실행 속도 또한 개..
“At the time, no single team member knew Go, but within a month, everyone was writing in Go and we were building out the endpoints. It was the flexibility, how easy it was to use, and the really cool concept behind Go (how Go handles native concurrency, garbage collection, and of course safety+speed.) that helped engage us during the build. Also, who can beat that cute mascot!” — Jaime Enrique G..