Hi Raheem, Ok, let try something else.
Where are you putting your configuration? inside *cas.properties*? Can you try putting it inside boostrap.properties? 1. Create a file in* src/main/resources/bootstrap.properties* 2. Add your dynamo db config inside it: cas.spring.cloud.dynamodb.credentialAccessKey=xxx cas.spring.cloud.dynamodb.credentialSecretKey=xxx cas.spring.cloud.dynamodb.endpoint=http://localhost:8000 cas.spring.cloud.dynamodb.region=US_EAST_1 3. Restart your CAS 4. And if failed, try adding back *preventTableCreationOnStartup=false* 5. I think dynamo*d*b should be lowercase for it to work... Please try both lower case dynamodb and dynamoDb and see if which one would work... I am out of idea after this, if this doesn't work then maybe other more people with experience on DynamoDb can help you out... - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c6e0fd53-93b5-4b7e-86dd-3fda686b8f52%40apereo.org.
