/aws-utilities

Repository for the library that can excecute different functions in AWS, for example invoking a lambda function, uploading file to s3, send mail with SES, validate the Cognito token, etc.

Primary LanguageJavaScript

#Amazon Web Services Utilities With this lib you can

  • send an email with ses email.
  • save in dynamoDb.
  • publis to a SNS Queue.

Soon you will:

  • upload a file to S3.
  • excecute a lambda function.

enhancement.

  • 2019-05-12: You can choose the AWS account profile when you set up the instance. An you can save and make a query into dynamo DB.

Installation

This is a node module to validate the access token for the cognito user. To use the module please install the module with.

npm install awsu