1 Answer
- Newest
- Most votes
- Most comments
1
Yes, the AWS Serverless MCP Server fully supports the AWS Serverless Application Model (SAM). In fact, several of the tools provided by the Serverless MCP Server are specifically designed to work with SAM. These include:
sam_init_tool: Initializes new AWS SAM projects with chosen runtimes and dependenciessam_build_tool: Builds serverless applications using the AWS SAM CLIsam_deploy_tool: Deploys serverless applications to AWSsam_local_invoke_tool: Locally invokes Lambda functions for testingsam_logs_tool: Retrieves and filters logs
The Serverless MCP Server is designed to enhance serverless application development throughout the lifecycle, and SAM integration is a core part of this functionality. This makes sense given that SAM is AWS's open-source framework for building serverless applications, providing benefits like single-deployment configuration, extension of AWS CloudFormation capabilities, and built-in best practices.
Sources
answered a year ago
Relevant content
asked 3 months ago
