{"id":13861791,"url":"https://github.com/banjtheman/chataws","last_synced_at":"2025-03-21T02:32:21.768Z","repository":{"id":159094578,"uuid":"627707593","full_name":"banjtheman/chataws","owner":"banjtheman","description":"A ChatGPT plugin that allows users to create websites and Lambda functions using ChatGPT","archived":false,"fork":false,"pushed_at":"2023-05-22T14:19:37.000Z","size":72,"stargazers_count":64,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T19:52:33.346Z","etag":null,"topics":["aws","chatgpt","chatgpt-plugin","chatgpt-plugins","openai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/banjtheman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-14T03:01:17.000Z","updated_at":"2025-02-03T11:58:58.000Z","dependencies_parsed_at":"2024-08-05T06:14:10.667Z","dependency_job_id":null,"html_url":"https://github.com/banjtheman/chataws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjtheman%2Fchataws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjtheman%2Fchataws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjtheman%2Fchataws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjtheman%2Fchataws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banjtheman","download_url":"https://codeload.github.com/banjtheman/chataws/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244725586,"owners_count":20499633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","chatgpt","chatgpt-plugin","chatgpt-plugins","openai"],"created_at":"2024-08-05T06:01:30.305Z","updated_at":"2025-03-21T02:32:21.425Z","avatar_url":"https://github.com/banjtheman.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eChatAWS\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n   Create AWS Lambda functions and websites in Amazon S3 using ChatGPT.\n\u003c/p\u003e\n\n\u003c!-- https://user-images.githubusercontent.com/696254/232276725-b497f0a5-1be6-48c4-a156-5ef0bb6d3973.mp4\n --\u003e\nhttps://github.com/banjtheman/chataws/assets/696254/f8c2924d-531a-41a4-a03b-e9c2556c60d1\n\n## Features\n\n- Create AWS Python Lambda functions with or without dependencies.\n- Create Static websites using Amazon S3.\n\n## Prerequisites\n\nTo use this plugin, you will need the following:\n\n- Docker\n- An AWS account with access to S3 and Lambda services\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/banjtheman/chataws.git\n```\n\nChange to the repository directory:\n\n```bash\ncd chataws\n```\n\nBuild the Docker image:\n\n```bash\ndocker build . -t aws_chatgpt_plugin\n```\n\n## Setup\n\nYou will need to setup AWS access keys that can do the following.\n * Put Object to the designated bucket\n* Create Lambda Functions\n* Create Lambda Function URL\n\nIn addition, you must create a Lambda Role for the app to use, as well as provide an S3 bucket that allows public objects.\n\n## Start Docker\n\nRun the Docker container with the required environment variables:\n\n```bash\ndocker run -p PORT:PORT \\\n-e AWS_DEFAULT_REGION=\u003cyour_aws_region\u003e \\\n-e AWS_ACCESS_KEY_ID=\u003cyour_aws_access_key\u003e \\\n-e AWS_SECRET_ACCESS_KEY=\u003cyour_aws_secret_key\u003e \\\n-e LAMBDA_ROLE=\u003cyour_lambda_role_arn\u003e \\\n-e S3_BUCKET=\u003cyour_s3_bucket_name\u003e \\\n-e PORT=PORT \\\naws_chatgpt_plugin\n```\n\nOnce up you can follow the instructions [here](https://platform.openai.com/docs/plugins/getting-started/running-a-plugin) to run the plugin within ChatGPT,\n\n\n## Example Prompts\n\nYou can test the plugin with some of these prompts:\n\n* Use the ChatAWS Plugin to create a Lambda function that generates a random number between a min and a max number input from a user\n* Use the ChatAWS Plugin to create a website in that invokes the Lambda Function and displays the random number each time a button is pressed, and lets the user change the min and max values\n* Use the ChatAWS Plugin to create a Lambda function that uses the VADER Sentiment Analysis library to perform sentiment analysis on input text\n* Use the ChatAWS Plugin to create a website that invokes the sentiment analysis Lambda Function on an input string from a text box.\n\n\n## Example Outputs\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"chat_aws_random_example.png\" alt=\"ChatAWS Plugin creating a Lambda Function\"\u003e\u003c/div\u003e\n\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Support\n\nIf you need help or have any questions, please feel free to open an issue or contact the maintainer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjtheman%2Fchataws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanjtheman%2Fchataws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjtheman%2Fchataws/lists"}