Skip to content
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

Open
YuriyBarvenko1234 opened this issue Aug 17, 2018 · 3 comments
Open

How to use it? #7

YuriyBarvenko1234 opened this issue Aug 17, 2018 · 3 comments

Comments

@YuriyBarvenko1234
Copy link

Hello,

i don't understand how to use it.

can you push some example for me and other?

thx.

@ambrusadrianz
Copy link
Contributor

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?

@driversti
Copy link

driversti commented Apr 17, 2019

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```

@dmile
Copy link

dmile commented Nov 4, 2019

I've created a simple project just as an example (with S3 and SQS usage).
Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants