You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're utilizing middy and middy-reroute for a redirector internally and so far it's working great. We went over the architecture with our AWS TAM and they recommended that instead of referencing an item in an S3 bucket directly, to reference a Cloudfront instead because it would be able to cache the S3 files, greatly speeding up the object access.
We're running into what we believe to be a few false positives from Pingdom, but, just in case, I want to pull together a prototype of that implementation to see if it makes a difference in response time.
Have you explored this method already? I would love to know your thoughts!
The text was updated successfully, but these errors were encountered:
We're utilizing middy and middy-reroute for a redirector internally and so far it's working great. We went over the architecture with our AWS TAM and they recommended that instead of referencing an item in an S3 bucket directly, to reference a Cloudfront instead because it would be able to cache the S3 files, greatly speeding up the object access.
We're running into what we believe to be a few false positives from Pingdom, but, just in case, I want to pull together a prototype of that implementation to see if it makes a difference in response time.
Have you explored this method already? I would love to know your thoughts!
The text was updated successfully, but these errors were encountered: