@yicr/transfer-custom-lambda-identity-provider
v0.4.162
Published
This is a Simple Transfer AWS CDK Construct
Downloads
252
Readme
Transfer Custom Lambda Identity Provider
This is a Simple Transfer AWS CDK Construct
Install
TypeScript
npm install @yicr/transfer-custom-lambda-identity-provider
or
yarn add @yicr/transfer-custom-lambda-identity-provider
Example
npm install @yicr/transfer-custom-lambda-identity-provider
import { TransferCustomLambdaIdentityProvider } from '@yicr/transfer-custom-lambda-identity-provider';
new TransferCustomLambdaIdentityProvider(stack, 'TransferCustomLambdaIdentityProvider', {
customHostname: 'sftp.example.com',
route53HostedZoneId: 'Z0000000000000000000Q',
});