build-on-aws / amazon-bedrock-lambda-image-generation-golang

Serverless image generation with Amazon Bedrock and AWS Lambda
MIT No Attribution
2 stars 1 forks source link
amazon-bedrock aws-cdk aws-lambda generative-ai golang

Serverless image generation with Amazon Bedrock and AWS Lambda

Amazon Bedrock is a fully managed service that makes base models from Amazon and third-party model providers (such as Anthropic, Cohere, and more) accessible through an API.

Once the solution is deployed, users can access a static website hosted on Amazon S3 via Amazon CloudFront domain. They can enter the image description which will be passed on to a Lambda function (via Amazon API Gateway) which in turn will invoke Stable Diffusion model on Amazon Bedrock to generate the image.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.