# Functions
Backend returns the custom resources for a backend service.
Env returns the custom resources for an environment.
LBWS returns the custom resources for a load-balanced web service.
RDWS returns the custom resources for a request-driven web service.
ScheduledJob returns the custom resources for a scheduled job.
StaticSite returns the custom resources for a static site service.
Upload zips all the Files for each CustomResource and uploads the zip files individually to S3.
Worker returns the custom resources for a worker service.
# Structs
CustomResource represents a CloudFormation custom resource backed by a Lambda function.
# Type aliases
UploadFunc is the function signature to upload contents under a key within a S3 bucket.