1. 首页
  2. 数据库
  3. 其它
  4. cdk cloudfront auth:使用Cognito for CDK的CloudFront授权 源码

cdk cloudfront auth:使用Cognito for CDK的CloudFront授权 源码

上传者: 2021-04-24 15:03:58上传 ZIP文件 145.64KB 热度 9次
使用Cognito for CDK的CloudFront授权 轻松地将基于Cognito的授权添加到您的CloudFront分配中,以将静态文件放置在授权之后。 这基于 。 用法 npm install @henrist/cdk-cloudfront-auth 将Lambda @ Edge函数部署到us-east-1: // In a stack deployed to us-east-1. const authLambdas = new AuthLambdas ( this , "AuthLambdas" , { regions : [ "eu-west-1" ] , // Regions to make Lambda version params available. } ) 在您选择的任何区域中部署Cognito和CloudFront设置: const auth = n
用户评论