-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.work
26 lines (25 loc) · 1.24 KB
/
go.work
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
go 1.21
use (
./apigw-lambda-clean-architecture/api
./appsync-direct-lambda-resolver/src
./eventbridge-appsync-lambda-resolver/src
./simple-lambda-function/src
./cognito-react-runtime-config/src
./serverless-web-hosting/apigw-lambda-url-shortener/api
./serverless-web-hosting/apigw-lambda-url-shortener/customresource
./serverless-web-hosting/docker-golang-fiber-url-shortener/api
./serverless-web-hosting/ecs-url-shortener-migration/api
./serverless-web-hosting/ecs-url-shortener-migration/customresource
./serverless-web-hosting/cloudfront-rest-api/api
./serverless-web-hosting/cloudfront-rest-api/customresource
./serverless-web-hosting/cloudfront-http-api-cognito/lambda
./serverless-web-hosting/secure-cloudfront-http-api-cognito/lambda
./serverless-web-hosting/secure-cloudfront-http-api-cognito/customresource
./serverless-web-hosting/serverless-file-share/lambda/api
./serverless-web-hosting/serverless-file-share/lambda/cognitotrigger
./serverless-web-hosting/apigw-lambda-vpc-opensearch/api
./serverless-web-hosting/apigw-lambda-vpc-opensearch/data
./serverless-web-hosting/cloudfront-authorization-at-edge/api
./serverless-web-hosting/cloudfront-reverse-proxy/api
./cqrs-kafka-gRPC-microservices/cqrs-kafka-producer-consumer-api
)