일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Shell script
- Sysinternals
- nginx-media-server
- VSCode
- wireshark
- docker
- ebpf
- Flutter
- Windows10
- Kubernetes
- android studio
- service
- namespace
- Android
- Pod
- RTMP
- aws
- macos
- aws cli
- Python
- spring cloud config
- ffmpeg
- kubectl
- dart
- golang
- HLS
- deployment
- Java
- 행정구역분류
- configmap
Archives
- Today
- Total
목록aws-sdk-go (1)
woonizzooni
AWS SDK for Golang - Session 재사용
AWS SDK for Go 가능하면 session을 캐시하고 쓰라고 하네? 동시성에도 안전하니(수정하지/되지 않는한) 재사용 하자! docs.aws.amazon.com/sdk-for-go/api/aws/session/ Overview ▾ Package session provides configuration for the SDK's service clients. Sessions can be shared across service clients that share the same base configuration. Sessions are safe to use concurrently as long as the Session is not being modified. Sessions should be cached..
AWS
2020. 11. 6. 23:47