{"id":21893295,"url":"https://github.com/smartupio/localstack-spring-boot","last_synced_at":"2025-04-15T15:22:17.971Z","repository":{"id":53515857,"uuid":"88734102","full_name":"smartupio/localstack-spring-boot","owner":"smartupio","description":"Spring Boot AutoConfiguration for LocalStack","archived":false,"fork":false,"pushed_at":"2021-02-02T13:39:54.000Z","size":119,"stargazers_count":27,"open_issues_count":2,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T21:51:09.505Z","etag":null,"topics":["autoconfiguration","aws","localstack","spring","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartupio.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}},"created_at":"2017-04-19T10:51:21.000Z","updated_at":"2022-11-02T03:57:33.000Z","dependencies_parsed_at":"2022-08-25T22:40:59.650Z","dependency_job_id":null,"html_url":"https://github.com/smartupio/localstack-spring-boot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartupio%2Flocalstack-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartupio%2Flocalstack-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartupio%2Flocalstack-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartupio%2Flocalstack-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartupio","download_url":"https://codeload.github.com/smartupio/localstack-spring-boot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249095215,"owners_count":21211885,"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":["autoconfiguration","aws","localstack","spring","spring-boot","spring-cloud"],"created_at":"2024-11-28T13:13:17.896Z","updated_at":"2025-04-15T15:22:17.952Z","avatar_url":"https://github.com/smartupio.png","language":"Java","readme":"# Smartup LocalStack Spring Boot AutoConfiguration\n\n## Introduction\n\nThe scope of this AutoConfiguration library is to\nprovide a simple way for configuring AWS clients with localstack.\n\n## Requirements\n\nTo use this AutoConfiguration you need **JDK8**.\n\n## Usage\n\n* First you have to include *localstack-spring-boot-starter* dependency in your project\n* Next you'll need to annotate your SpringBootApplication class with *@EnableLocalStack*\n* Then you can configure the AutoConfiguration from your application.properties, or application.yml file\n\n## Configuration\n\nYou need to make sure that the profile you want to use LocalStack in includes the following configuration:\n\n```yaml\n    localstack:\n      enabled: true\n      api-gateway:\n        enabled: true\n      kinesis:\n        enabled: true\n      dynamodb:\n        enabled: true\n      dynamodb-streams:\n        enabled: true\n      elasticsearch:\n        enabled: true\n      s3:\n        enabled: true\n      firehose:\n        enabled: true\n      lambda:\n        enabled: true\n      sns:\n        enabled: true\n      sqs:\n        enabled: true\n      redshift:\n        enabled: true\n      ssm:\n        enabled: true\n      lambda:\n        enabled: true\n```\n\nThe AutoConfiguration now supports `SSL`, in order to use it set the `localstack.use-ssl` flag to `true`.\n\nThe *localstack.enabled* config is mandatory, you must specify this.\n\nThe services that are going to be used must be specified, otherwise they won't be enabled.\n\n## How it works\n\nThe configuration of the *AmazonWebServiceClients'* present in your project will be \noverwritten if the configuration is enabled.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartupio%2Flocalstack-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartupio%2Flocalstack-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartupio%2Flocalstack-spring-boot/lists"}