@amidoltd/services-helper

Services abstraction used for

Usage no npm install needed!

<script type="module">
  import amidoltdServicesHelper from 'https://cdn.skypack.dev/@amidoltd/services-helper';
</script>

README

Services-Helper

Contains service abstractions to communicate with some AWS services as well a rest client for custom TCP implementations including lambda function invoker

installation

npm i @amidoltd/services-helper

Optionally you might want to keep this lib in "latest" version as each update will be retro-compatible and the underlying dependencies are frequently changing especially aws-sdk

sample usage

// sample initiator and execution goes here ...
RELEASE NOTES

  • 1.0.1
TODO

  • improve docs
  • expand on examples and continually