4.4.2 • Published 5 years ago

incarnate-cloud v4.4.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Incarnate Logo

Incarnate Cloud

Cloud Function Middleware for Incarnate

Install

npm i -S incarnate-cloud

API Docs

http://cloud.incarnate.resist.design

Usage

import {AWS} from 'incarnate-cloud';

module.exports = {
  handler: AWS(
    {
      subMap: {
        package: {
          subMap: {
            service: {
              factory: () => {
                return {
                  method: async arg1 => `Received: ${arg1}`
                };
              }
            }
          }
        }
      }
    },
    [
      '/package/service/method'
    ],
    'https://example.com'
  )
};
4.4.2

5 years ago

4.4.1

5 years ago

4.4.0

5 years ago

4.3.0

5 years ago

4.1.0

5 years ago

4.2.0

5 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago