I want to create Lambda function that will act as a consumer for self-managed Kafka messages. I am also using 开发者_StackOverflow社区Terraform, but the doc ( https://registry.terraform.io/providers/h
I am trying to perform .getvalue() operation on PIL image on AWS Lambda to extract the bytes of PIL Image but my byte string length is different when i perform this operation on Local Machine and Its
import { uploadFile } from "../../src/handler"; import { APIGatewayRequest } from "../eventGenerator";