AWS开发中碰到的坑

Lambda

  • Lambda in VPC can only access S3 and DynamoDB via VPC endpoint if the service has no VPC options.
  • Some third-part package has binary extension, you need to find a same env (arch and running env) to build it and package it to Lambda. For example, you need to find Python3.6 and linux to build Pillow package for Python lambda functions.
  • Downloaded file can only be put in /tmp/ directory, and the size limitation is 512MB

Cognito

  • field can't be updated after created (name, type, string length, number range)
  • User can't be exported from pool
  • Import user to pool requires user to reset the password
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容