Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
Hi, another example is this project of mine: https://github.com/didier-durand/lambda-cobol with all code of Action published
I have made as described on the link https://aws.amazon.com/blogs/compute/using-github-actions-to-deploy-serverless-applications/
but received the error: Starting Build inside a container Error: Template file not found at /home/runner/work/<myLambdaProject>/template.yaml Error: Process completed with exit code 1. How to fix it?
Is that path correct? Seems yaml could not be found
@Antonio_Lagrotteria : The path is correct but this file (template.yaml) does not exist in the project. Where can I get it: or how to create?
It should be generated by sam init command.