Code Monkey home page Code Monkey logo

nestjs-ses's People

Contributors

andresangulo avatar davids avatar davids-sparkshare avatar dependabot[bot] avatar nextnc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nestjs-ses's Issues

Email content issue

In my email body, I've content which has brackets. ex: Welcome user(role).
If I remove brackets () it works fine else it gives me error "SignatureDoesNotMatch".
Also I tried same with square brackets [] it worked.

nestjs-ses-err

How to add attachments?

Is there a way to add attachments in email..as I do not see any options in EmailOptions for doing same.

Kindly assist!!

Cannot find module

I installed your package, but the import statement gives error "Cannot find module '@nextm/nestjs-ses'.ts(2307)". Whereas I verified the node_modules directory, it is present.

Also one query, while importing you are using name as NestjsSesModule, but while configuring it you are using SesModule why so?

Its also missing the index.js file while downloading it from npm.

nestjs/common on version 9, while this repo wants version 7.0.7

On installing I get the following error:

npm ERR! Found: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^7.0.7" from @nextnm/[email protected]
npm ERR! node_modules/@nextnm/nestjs-ses
npm ERR!   @nextnm/nestjs-ses@"*" from the root project

Looks like the nestjs/common version needs to be bumped.

NestJS Add forRootAsync to import SES Module

Hello,

I have noticed that the module currently does not have a forRootAsync method to obtain AWS credentials using ConfigModule. Currently, only the forRoot method can be used in the import statement.

It would be helpful to add a forRootAsync method, similar to what is available in TypeORM, to allow for the configuration of AWS credentials via a ConfigService.

For example:

        NestJsSesModule.forRootAsync({
            imports: [ConfigModule],
            inject: [ConfigService],
            useFactory: (configService: ConfigService) => ({
                accessKeyId: configService.get("AWS_ACCESS_KEY_ID"),
                secretAccessKey: configService.get("AWS_SECRET_ACCESS_KEY"),
                region: configService.get("AWS_REGION")
            })
        }),

Thank you for considering this enhancement.

Is this repo maintained?

Is this repo maintained any longer? It seems like issues and pull requests are not being responded to.

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.