Skip to content

Does the newly announced Serverless MCP Server support SAM?

0

Reading through some of the new announcement material on the Serverless MCP Server it seems interesting, but I'm curious if Serverless Application Model is supported?

asked a year ago218 views

1 Answer
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 dependencies
  • sam_build_tool: Builds serverless applications using the AWS SAM CLI
  • sam_deploy_tool: Deploys serverless applications to AWS
  • sam_local_invoke_tool: Locally invokes Lambda functions for testing
  • sam_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

AWS
SUPPORT ENGINEER

reviewed a year ago

EXPERT

reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.