60 packages
bigfiles-client-node
Javascript client library for bigfiles.io
bigfiles-server-node
Javascript server library for bigfiles.io.
@funcmatic/auth0-plugin
Auth0 JWT Authentication Plugin for the Funcmatic Lambda JS Framework
@funcmatic/auth0-plugin-funcmatic
Auth0 JWT Authentication Plugin for the Funcmatic Lambda JS Framework
@funcmatic/aws-lambda-local
Run AWS Lambda functions locally! The most lightweight library - no external dependencies. Only 100 lines of code.
@funcmatic/aws-ssm-plugin-funcmatic
AWS SSM Parameter Store plugin for the Funcmatic Lambda JS Framework
funcmatic-cognito
A simple library that wraps amazon-cognito-identity-js to make cognito authentication easier to use.
@funcmatic/cognito-plugin
AWS Cognito JWT Authentication Plugin for the Funcmatic Lambda JS Framework
@funcmatic/dotenvio
NodeJS client library for dotenv.io
@funcmatic/dotenvio-plugin
dotenv.io plugin for the Funcmatic Lambda JS framework
@funcmatic/event-aws4-auth
Authorize the AWS v4 signature of an AWS Lambda Proxy event.
@funcmatic/event-request
Simple utility that converts an AWS Lambda Proxy Event to NodeJS HTTP request options.
@funcmatic/funcmatic
Funcmatic Lambda JS Framework
@funcmaticjs/accesslog-plugin
Log a line at the end of a request using NGINX access_log format.
@funcmaticjs/auth0-plugin
Verifies an Auth0 JWT token in the 'Authorization' header and puts the decoded token in 'ctx.state.auth'
@funcmaticjs/auth0-token-verifier
Simple Javascript class that verifies an Auth0 token without dependencies on any specific web framework.
@funcmaticjs/auth0-username-password
Simple utility to authenticate and generate Auth0 tokens using a username and password
@funcmaticjs/bodyparser-plugin
Funcmatic plugin that parses common types of event.body content (e.g. application/json, application/x-www-form-urlencoded, multipart/form-data)
@funcmaticjs/contextlogger-plugin
Funcmatic middleware that logs metadata about the invoked function
@funcmaticjs/correlation-plugin
Funcmatic middleware plugin that sets 'x-correlation-id' in 'ctx.logger' so that log messages can be correlated across different functions and services
@funcmaticjs/dynamodb-cache-plugin
Funcmatic plugin that creates a simple async cache interface (get, set, del) around DynamoDB.
@funcmaticjs/event-plugin
Performs some helpful formatting and normalization of the an AWS API Gateway Lambda Proxy Integration HTTP event.
@funcmaticjs/forcecoldstart
Alternative lambda handler which forces a cold start via the X-Cold-Start HTTP header.
@funcmaticjs/funcmatic
Middleware framework for AWS Lambda using ES2017 async functions (inspired by Koa.js)
@funcmaticjs/google-token-verifier
Simple Javascript class that verifies an Google OAuth token without dependencies on any specific web framework.