Services
CloudStub mocks one AWS service per module. Type to filter, or pick a service below.
-
AWS Lambda
Stateful functions over the REST JSON protocol: a function created is returned by a later get, and Invoke echoes the payload.
-
AWS Secrets Manager
Stateful secret storage — a secret created is returned by a later get over the AWS JSON protocol.
-
Amazon DynamoDB
Stateful tables and items: an item put is returned by a later get, query, and scan.
-
Amazon S3
Stateful object storage — an object put is returned by a later get and listed in the bucket.
-
Amazon SNS
Stateful pub/sub topics and subscriptions over the AWS Query protocol.
-
Amazon SQS
Stateful message queues — a message sent is returned by a later receive.
-
Amazon SSM
Stateful Parameter Store: a parameter put is returned by a later get, with versioning and tags.