✨ Serverless-Secure [Beta] ✨

Version Documentation Maintenance License: MIT Twitter: slssecure

Lambda Secure Serverless Services - [ Beta ]

πŸ•ΈοΈ Website 🏠 Homepage ✨ Demo

Install

$ npm install serverless-secure -D

Configure

plugins: [
    ....,
    'serverless-secure',
  ],

Usage

$ serverless secure
or
$ sls secure -p <route-path>


***Adds Secure Layer:***

#     secureAuthorizer: {
#           handler: "secure_layer/handler.secureAuthorizer
#       }

***..to desired route:***

# hello: {
#     handler: 'handler.hello',
#     events: [
#         {
#           http: {
#             method: 'get',
#             path: 'hello',
#             cors: '${self:custom.corsValue}',
#             authorizer: 'secureAuthorizer'
#           }
#         }
#     ]
# }

Run tests

$ npm run test

Alpha Version πŸ›  TODO πŸ› οΈ

  • $ sls secure-encrypt
  • $ sls secure-encrypt-monitor
  • ...and much more...

Author πŸ‘€ Serverless-Secure

Contributing 🀝

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

License πŸ“

Copyright Β© 2020 Serverless-Secure Software Publishing House.
This project is MIT licensed.


result-matching ""

    No results matching ""