To set up a Dockerfile for a Lambda function that relies on non-AWS base images, you have to include the Python package awslambdaric in your requirements and install it. Then,…
Posts for: #Aws
Input and Output Channels for Sagemaker Training Jobs
With SageMaker training jobs, you specify an “input channel” and configure it in the job definition. Each channel is a dictionary that specifies the data split. Each of these…
AWS MOC
How to Set Up an API with AWS API Gateway to Trigger a Step Function with Input
Trigger an AWS Step Function with an API Gateway REST API using CDK
A how-to for linking an AWS API Gateway REST API to a Step Function using Amazon’s CDK