Reputation: 39
I have a Lambda function in GoLang, I want to have CDN on it for region based quick access (I think Cloudfront can help me do that on AWS).
There exists this official Go package for Cloudfront, this might be helpful: https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/ and https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront.
I just want a way to host my existing Lambda functions on a CDN either using Cloudfront or something else.
Upvotes: 0
Views: 36
Reputation: 53
A few misunderstandings; there is no such thing as "hosting Lambda on Cloudfront".
More to using GO Lambda on AWS: https://www.go-on-aws.com/
Upvotes: 1