codeSizeZipped property
The maximum size of a deployment package when it's uploaded directly to AWS Lambda. Use Amazon S3 for larger files.
Implementation
final int? codeSizeZipped;
The maximum size of a deployment package when it's uploaded directly to AWS Lambda. Use Amazon S3 for larger files.
final int? codeSizeZipped;