Really well written article, I just have a question about the serverless config file itself,
I used your article to create the lambda function and able to trigger the endpoint. Now i want to add a Dynamo DB and a step function to the serverless config file, initially when we create the project, we used a template to generate the YAML file, now in order for the lambda to interact with the AWS services, what changes do i make within the function section so that when my endpoint is triggered I am able to putItem into DynamoDB and with that start a step function workflow ?