| Modifier and Type | Method and Description |
|---|---|
static S3Code |
Code.bucket(IBucket bucket,
String key)
Deprecated.
use `fromBucket`
|
static S3Code |
Code.bucket(IBucket bucket,
String key,
String objectVersion)
Deprecated.
use `fromBucket`
|
static S3Code |
Code.fromBucket(IBucket bucket,
String key)
Lambda handler code as an S3 object.
|
static S3Code |
Code.fromBucket(IBucket bucket,
String key,
String objectVersion)
Lambda handler code as an S3 object.
|
Copyright © 2023. All rights reserved.