is it possible to use Cloudfront with AWS AppConfig?

189 Views Asked by At

we have a use-case where we have a configuration file present in AppConfig hosted configuration store and we want use cloudfront to serve that, is it possible?

I tried researching about it a little but couldn't find the possible way of integrating Cloudfront with AppConfig.

1

There are 1 best solutions below

0
On

You can't connect Cloudfront and AppConfig directly. I think it will be possible if we design the structure below.

Appconfig - Lambda - API Gateway - Cloudfront