GPTify Development
GPTify.life
  • Prompts for developers
  • 🛠️Code Refactoring
    • Create Documentation
    • Writing unit tests
    • Pair Programming
    • Explain Code
    • Ask for alternatives
    • Fix Errors with ChatGPT
    • Refactor Code
    • Create Functions
  • ⚡Performance and Security
    • Implementing Security
    • Optimizing Performance
  • ☁️Amazon Web Services
    • CloudFormation
    • Email sending with SES
    • Message queuing with SQS
    • Lambda
    • API Gateway
    • Key Management Service
    • DynamoDB
    • S3
    • Elastic Compute Cloud
    • CloudFront
  • 🗃️Database
    • Data Pipeline
    • ChatGPT as SQL Assistant
  • 🎨Frontend
    • Debug a React component
    • Internationalization
    • Responsive Design
  • 🗣️Real-time Communication
    • Websockets in Go
  • 📚Additional Resources
    • What is ChatGPT?
    • Translate from any language
    • Ideas for Developers
    • Implement Microservices
    • Made with ChatGPT
      • Face recognition with Python + OpenCV
      • Scraping with Python
      • Creating API with Flask
    • Using OpenAI API
      • Page 1
      • 🐍 OpenAI with Python
Powered by GitBook
On this page

Was this helpful?

  1. Amazon Web Services

CloudFront

Amazon CloudFront is a content delivery network (CDN) service that speeds up the delivery of static and dynamic web content to users globally.

Prompt

Create a CloudFormation template to deploy an Amazon CloudFront distribution that can deliver content quickly and securely to users around the world. The distribution should be highly available and should be able to handle high traffic.
PreviousElastic Compute CloudNextData Pipeline

Last updated 1 year ago

Was this helpful?

☁️
Page cover image