Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

finlaysonstudio/jaypie-aws

Repository files navigation

Jaypie AWS 🐦‍⬛🐒

Jaypie access to AWS resources

📋 Usage

Installation

@jaypie/aws is an optional package that should be installed alongside the main jaypie package.

npm install jaypie @jaypie/aws

📖 Reference

import {
    getSecret,
} from '@jaypie/aws';

getSecret

import { getSecret } from '@jaypie/aws';

const secret = await getSecret("MongoConnectionStringN0NC3-nSg1bR1sh");
// secret = "mongodb+srv://username:[email protected]/app?retryWrites=true&w=majority";

📝 Changelog

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

📜 License

Published by Finlayson Studio. All rights reserved

About

Jaypie access to AWS resources

Resources

Stars

Watchers

Forks

Packages

No packages published