UNPKG

fastify-secrets-aws

Version:

Fastify secrets plugin for AWS Secrets Manager

10 lines (6 loc) 185 B
'use strict' const { buildPlugin } = require('fastify-secrets-core') const AwsClient = require('./client') module.exports = buildPlugin(AwsClient, { name: 'fastify-secrets-aws' })