SCIM Local Development Setup
Author:
Fluent Commerce
Changed on:
8 May 2024
Key Points
- Local development uses localstack to emulate AWS services
- AWS CLI Configuration is optional
- IntelliJ and Eclipse / STS Setup in local environment
Steps
Localstack
AWS CLI Configuration (Optional)
IntelliJ Setup
- Active Profiles:
`connector`,`dev``connector`profile is always required, and it can be followed by the environment the application is running on (dev, test, qa or production).`dev`is a handy profile for local development with AWS. It enables the SDK to auto-start the queue and use some pre-configured values for development.
- AWS credential profile/region: Select the localstack profile and set the region to US-EAST-1.

Ensures the region matches with localstack and allows Spring to do the correct wiring of the AWS libraries.For the IntelliJ community version, pass the spring profile configuration as JVM parameters:
Eclipse / STS Setup
