Introduction to Serverless with AWS Lambda in C# - Brandon Minnick - NDC London 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 2

  • @vaishalijain-b3b
    @vaishalijain-b3b ปีที่แล้ว +2

    Please share the links for serverless shared by the speaker

  • @MyGroo
    @MyGroo ปีที่แล้ว

    36:30 - side note, if a user uploaded a file that ends with `_thumbnail.png`, the thumbnail wouldn't be created, so the app would potentially server this large file as a thumbnail. Some better ways to do this would be to at least store thumbs into a specific subfolder and check that instead of the suffix, or use S3 object metadata to mark it as thumbnail.