AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
. This secret is stored in AWS Secrets Manager. You must create a secret for each stage you deploy to. The secret must be named `jwt-shared-secret-<stage>` where `<stage>` is the stage you are deploying to. ``` aws secretsmanager create-secret --name jwt-shared-secret-dev --secret-string "$(openssl rand -base64 64)" ``` ### Deploy to prod Once you have setup the custom domain name and created the secret for JWT token authentication, you can deploy to prod. ``` serverless deploy --stage prod ``` # Architecture This is a serverless architecture. The entire application is deployed to AWS Lambda, API Gateway, DynamoDB, and EventBridge. <img width="1772" alt="AWS AI Stack Architecture" src="https://github.com/user-attachments/assets/0550b6d6-5b97-4549-92a0-9c919d8e0b45"> # Documentation - [AWS AI Stack Documentation](https://awsaistack.com) - [Serverless Framework](https://www.serverless.com/framework/docs) - [AWS Bedrock](https://aws.amazon.com/bedrock/) - [AWS Lambda](https://aws.amazon.com/lambda/) - [AWS API