Skip to content

drexler/token-generator

Repository files navigation

Token-Generator

An AWS Lambda-based token generation using Serverless

Prerequisite
Usage
  • Clone the project.
  • Deploy the service: sls deploy -v
  • Invoke the function locally: sls invoke --local -f createToken
  • Invoke the function locally with event: sls invoke --local -f createToken --path event.json
  • Bundle and just see the output: sls webpack --out dist
  • Teardown the service: sls remove

About

Simple token generator using Serverless

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published