{"id":18217305,"url":"https://github.com/imprvhub/aws-samcli-dynamodb-template","last_synced_at":"2026-05-04T05:36:55.087Z","repository":{"id":269165011,"uuid":"882132468","full_name":"imprvhub/aws-samcli-dynamodb-template","owner":"imprvhub","description":"a serverless solution template built using AWS SAM, Lambda, DynamoDB, and S3. This application is designed to efficiently process and analyze text data in a scalable manner.","archived":false,"fork":false,"pushed_at":"2024-11-02T01:12:32.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T23:17:22.331Z","etag":null,"topics":["aws","aws-cli","aws-lambda","aws-s3","aws-sam-cli","dynamodb","python3"],"latest_commit_sha":null,"homepage":"https://ivanluna.dev/projects/post-aws-samcli","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/imprvhub.png","metadata":{},"created_at":"2024-11-02T00:51:22.000Z","updated_at":"2024-11-04T09:15:16.000Z","dependencies_parsed_at":"2024-12-23T06:38:55.297Z","dependency_job_id":null,"html_url":"https://github.com/imprvhub/aws-samcli-dynamodb-template","commit_stats":null,"previous_names":["imprvhub/aws-samcli-dynamodb-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imprvhub%2Faws-samcli-dynamodb-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imprvhub%2Faws-samcli-dynamodb-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imprvhub%2Faws-samcli-dynamodb-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imprvhub%2Faws-samcli-dynamodb-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imprvhub","download_url":"https://codeload.github.com/imprvhub/aws-samcli-dynamodb-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737120,"owners_count":20987714,"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","aws-cli","aws-lambda","aws-s3","aws-sam-cli","dynamodb","python3"],"created_at":"2024-11-03T17:04:38.954Z","updated_at":"2026-05-04T05:36:50.075Z","avatar_url":"https://github.com/imprvhub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AWS-SamCLI-DynamoDB-Template\n\n## Overview\nThis is a serverless solution template built using AWS SAM, Lambda, DynamoDB, and S3. This application is designed to efficiently process and analyze text data in a scalable manner.\n\n## Prerequisites\nTo set up the application, ensure you have the following installed and configured:\n\n- **AWS CLI**: Command Line Interface for managing AWS services.\n- **SAM CLI**: AWS Serverless Application Model Command Line Interface for building and deploying serverless applications.\n- **Python 3.12**: The programming language used for the Lambda functions.\n- **AWS Account**: An active AWS account is required to deploy the application.\n\n## Installation Steps\nFollow these steps to set up the application locally:\n\n1. **Clone the Repository**  \n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. **Create a Virtual Environment**\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  \n   On Windows use `venv\\Scripts\\activate`\n   ```\n3. **Install Dependencies**\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. **Configure Environment Variables**\n   Create a .env file in the root of your project and define the necessary environment variables.\n5. **Set Up AWS Credentials**\n   ```bash\n   aws configure set aws_access_key_id your_access_key\n   aws configure set aws_secret_access_key your_secret_key\n   aws configure set region your_region\n   ```\n\n## Deployment\n\n   ```bash\n   sam deploy --guided\n   ```\nThis command will guide you through the deployment process, prompting you for necessary parameters such as stack name, AWS region, and confirmation to create IAM roles.\n\n## Testing\nRun the following commands to execute tests:\n\n-Integration Tests:\nTo run integration tests, execute:\n\n```bash\npytest -v tests/integration/test_lambda_integration.py\n```\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.\n\n## License\n\nThis project is licensed under the [MIT](/LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimprvhub%2Faws-samcli-dynamodb-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimprvhub%2Faws-samcli-dynamodb-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimprvhub%2Faws-samcli-dynamodb-template/lists"}