1.2.2 • Published 9 months ago

techlabs-apex v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Apex is a Node HTTP client aimed at REST API's for AWS Lambda. It is configured to have sane defaults so that you need not worry about configuration. The design focus of Apex is to simplify the integration of AWS services within your NodeJS applications, allowing for a more streamlined development process.

Technology Stack

  • NodeJS
  • AWS Lambda

Installation

  1. Add Apex to your project using Yarn:
    yarn add apex

Usage

To get started with Apex, follow these steps:

  1. Import the Apex framework

    const Apex = require('apex');
  2. Initialize and configure your AWS services

    const awsServices = new Apex(/* AWS Configuration Here */);
  3. Now, you're ready to use your AWS services within your application!

Contribution

Contributions are welcome! If you'd like to contribute to Apex, please follow the contribution guidelines.

License

Apex is licensed under the MIT License. See LICENSE for more information.

Testing

To run the tests, execute the following command:

yarn test

Contact

If you have any questions or need further assistance, please feel free to reach out at info@techlabs.cc.

Credits

Special thanks to all the contributors who have helped make Apex a powerful tool for integrating AWS services.


Made with :heart: by TechLabs

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago

1.0.1

9 months ago