1 रिपॉजिटरी
Simulates cloud provider SDK endpoints locally to trigger functions.
Distinct from Cloud Function Invocation Tools: Focuses on emulating the SDK's API endpoint locally, not triggering functions already hosted in the cloud.
Explore 1 awesome GitHub repository matching devops & infrastructure · Local SDK Invocation Simulation. Refine with filters or upvote what's useful.
serverless-offline is a Serverless Framework plugin that provides a local cloud infrastructure simulator. It acts as an AWS Lambda local emulator and AWS API Gateway mock, allowing for the development and testing of serverless functions on a local machine without deploying to a remote provider. The project distinguishes itself by simulating bidirectional WebSocket connections and message routing, as well as mimicking the request lifecycle of an HTTP gateway. It includes a mock identity authorizer pipeline to verify tokens and JWTs locally and supports the mounting of virtual dependency layers
Creates local endpoints that mimic cloud APIs to trigger functions using a standard software development kit.