UNPKG

@wildlife-licencing-service/connectors-lib

Version:

A library extracting the various connectivity functions for the wildlife service

12 lines (11 loc) 214 B
export default { aws: { region: process.env.AWS_REGION, s3: { endpoint: process.env.AWS_S3_ENDPOINT }, secretsManager: { endpoint: process.env.AWS_SECRETS_MANAGER_ENDPOINT } } }