-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use it? #7
Comments
Hello @YuriyBarvenko1234 , We plan on adding some examples to the project. I can't give you an ETA, but when I will have some free time, I will make sure to add some. Until that, what's the issue you're facing? |
The same here. I've added the dependency, annotated my app with @EnableLocalStack and enabled all services. Nevertheless, I'm getting No qualifying bean of type 'com.amazonaws.services.sns.AmazonSNS' available when starting the app spring:
profiles:
active: mock
localstack:
enabled: true
s3:
enabled: true
sns:
enabled: true
sqs:
enabled: true
kinesis:
enabled: true
dynamodb:
enabled: true
dynamodb-streams:
enabled: true
elasticsearch:
enabled: true
api-gateway:
enabled: true
firehose:
enabled: true
lambda:
enabled: true
redshift:
enabled: true
ssm:
enabled: true``` |
I've created a simple project just as an example (with S3 and SQS usage). |
Hello,
i don't understand how to use it.
can you push some example for me and other?
thx.
The text was updated successfully, but these errors were encountered: