{"id":50189638,"url":"https://github.com/iamteppei/aws-sqs","last_synced_at":"2026-05-25T12:04:34.399Z","repository":{"id":78614725,"uuid":"146291742","full_name":"iamteppei/aws-sqs","owner":"iamteppei","description":"Study AWS SQS project","archived":false,"fork":false,"pushed_at":"2018-09-04T08:10:21.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-23T11:39:54.103Z","etag":null,"topics":["docker","jib","localstack","sqs-queue"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamteppei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-27T12:03:20.000Z","updated_at":"2021-03-15T07:21:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c023a047-3d30-4e2f-aad0-7b9acec4e94e","html_url":"https://github.com/iamteppei/aws-sqs","commit_stats":null,"previous_names":["iamteppei/aws-sqs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamteppei/aws-sqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Faws-sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Faws-sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Faws-sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Faws-sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamteppei","download_url":"https://codeload.github.com/iamteppei/aws-sqs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Faws-sqs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33473729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","jib","localstack","sqs-queue"],"created_at":"2026-05-25T12:04:32.604Z","updated_at":"2026-05-25T12:04:34.394Z","avatar_url":"https://github.com/iamteppei.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS SQS\nStudy project on AWS SQS\n\nTechnologies\n* Kotlin\n* AWS SQS\n* LocalStack\n* Google Jib (docker) \n\n# Getting started\n\n## Install AWS cli (Mac)\n```bash\npip3 install awscli --upgrade --user\n```\n\n## Start LocalStack\n```bash\ndocker-compose up -d\n```\n\n* Link to [Dashboard](http://localhost:8080)\n* [SQS at http://localhost:4576](http://localhost:4576)\n\n## Create SQS Queue\n\n```bash\naws --endpoint-url=http://localhost:4576 sqs create-queue --queue-name helloQueue\n```\n\n## Reference\n* [SQS Basic Architecture](https://github.com/awsdocs/amazon-sqs-developer-guide/blob/master/doc_source/sqs-basic-architecture.md)\n\n# Local testing\n\n* Send message\n```bash\ncurl -X POST http://localhost:9090/foo -d '{\"message\":\"Hello world\"}' -H \"Content-Type: application/json\"\n```\n\n# Local docker build\n```bash\n./gradlew clean jibDockerBuild\n```\nThis will build docker image in your local machine\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamteppei%2Faws-sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamteppei%2Faws-sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamteppei%2Faws-sqs/lists"}