- sqs-consumer: new Go binary v1.2 with tokenManager (auto-login /auth/login, 5min cache, retry on 401) - console: add MQ/KW triggers UI (mqtriggers.go, kwtriggers.go, mq.js) - console: update python-env image to v1.1 (boto3+psycopg2+requests) - weather-demo: fix consumer/main.py (Flask Request.get_json instead of dict access) - weather-demo: fix fetcher/main.py (boto3 SQS publish, 5 cities) - weather-demo: update main.tf (python-env v1.1, deploy_type=literal) - python-env: add psycopg2-binary to Dockerfile (v1.1) - terraform provider: client auth fix
11 lines
227 B
AMPL
11 lines
227 B
AMPL
module sqs-consumer
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.26.1
|
|
github.com/aws/aws-sdk-go-v2/config v1.27.11
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.11
|
|
github.com/aws/aws-sdk-go-v2/service/sqs v1.31.4
|
|
)
|