Git Product home page Git Product logo

Comments (7)

heitorlessa avatar heitorlessa commented on June 24, 2024 1

cc @msailes @pankajagrawal16 @jeromevdl could take a look into this, please?

from powertools-lambda-java.

andavies avatar andavies commented on June 24, 2024 1

from powertools-lambda-java.

pankajagrawal16 avatar pankajagrawal16 commented on June 24, 2024

Hi @andavies ,

Apologies for delay in response. I have been out sick but now recovering.

I pushed a sample gradle repo which is using SQS module as well. It is using java 11 and gradle 6. This is how my build.gradle looks. Let me know if this helps to get things working for you?

An easy way to start with initial setup is to use Quick hello world examples using SAM CLI mentioned here. I basically started with this in the sample repo above and then added sqs module specific dependencies.

If use of annotation SqsLargeMessage is not desired, you can also opt to use fluent API also show in sample repo that I pushed.

For the documentation, install steps are mentioned here but maybe we can make it more explicit somehow.

Let me know if this solves your issues and feel free to update the issue accordingly.

from powertools-lambda-java.

pankajagrawal16 avatar pankajagrawal16 commented on June 24, 2024

Hi @andavies ,

Hope this works for you now?

from powertools-lambda-java.

pankajagrawal16 avatar pankajagrawal16 commented on June 24, 2024

Hi @andavies,

Did you get around testing it again?

from powertools-lambda-java.

andavies avatar andavies commented on June 24, 2024

Ok so I took the following from your build.gradle and put it into my own...

plugins {
    id 'aspectj.AspectjGradlePlugin' version '0.0.6'
}
dependencies {
     implementation 'software.amazon.lambda:powertools-sqs:1.5.0'    
     aspectpath 'software.amazon.lambda:powertools-sqs:1.5.0'
}

and I get the error You must set the property 'aspectjVersion' before applying the aspectj plugin.

Thank you for your help - I'm sure there's a fix to this error as well, but honestly it's just not worth me spending any more time trying to fix it - I made a little workaround that avoids having to use powertools. Feel free to close the issue and thanks again.

from powertools-lambda-java.

pankajagrawal16 avatar pankajagrawal16 commented on June 24, 2024

Ok thanks for the feedback. I will close this issue for now.

from powertools-lambda-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.