Jaypie access to AWS resources
@jaypie/aws
is an optional package that should be installed alongside the main jaypie
package.
npm install jaypie @jaypie/aws
import {
getSecret,
} from '@jaypie/aws';
import { getSecret } from '@jaypie/aws';
const secret = await getSecret("MongoConnectionStringN0NC3-nSg1bR1sh");
// secret = "mongodb+srv://username:[email protected]/app?retryWrites=true&w=majority";
Date | Version | Summary |
---|---|---|
3/19/2024 | 1.0.0 | First publish with @jaypie/[email protected] |
3/13/2024 | 0.1.0 | Initial publish |
3/12/2024 | 0.0.1 | Initial commit |
Published by Finlayson Studio. All rights reserved