A Rest API for generating images using the openai's Dall-e model. This Rest API is build on top of AWS infrastructure with a CDK CI/CD pipeline
- Saves the generated Images into a public Access S3 bucket
- Saves information of the created image.
{ prompt: string, imageUrl: string, pk: string, author: string }
- Receives API requests and routes them to the appropriate Lambda function
- Handles the
getImagesangenerateImagesendpoints. - Makes API request to openai AI to generate images
- Builds and allocate infra resources for the rest API
- Adds a CI/CD pipeline to automate deployment