-
### Name of the resource
Other
### Resource Name
AWS::CloudFormation::Stack
### Issue Description
When we are updating the nested stack at the parent level, if I remove a resource or add …
-
# This is a Feature Proposal
# Individual Step Function Deploy
This document outlines the process for adding the individual step function deploy feature to a plugin.
## Background
Step fun…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When invoking a Lambda function, via the AWS SDK, I am seeing the `x-amzn-trace-id` HTTP head…
-
### Terraform Core Version
1.7.5
### AWS Provider Version
5.50.0
### Affected Resource(s)
* aws_vpc_ipv4_cidr_block_association
### Expected Behavior
Should capture `ipv4_ipam_poo…
-
# Feature Proposal
## Serverless supports deploying AWS Step Functions, but this plugin does not seem to support adding CW alarms for Step Functions.
When I try to use this plugin to config…
-
I recently recieved an email titled "AWS Lambda end of support for Node.js 16" mentioning that I have two impacted functions from my step-by-step deployment of this repository. Specifically they are `…
-
### Terraform Core Version
1.2.3
### AWS Provider Version
5.12.0
### Affected Resource(s)
The following [call ](https://github.com/hashicorp/terraform-provider-aws/blob/f88608a8001e875c83729e9a81…
-
I have a function calling stepfunctions.startExecution(params) which i need to mock and the mock i am trying isn't working.
My function:
```
export const function= async (inputs): Promise => {
…
-
## Problem
I'm trying to run the vs code debugger for a local lambda invocation.
It was working fine but when I added the log-file argument "localArguments" property to produce logs locally the in…
-
Use AWS Step to compose different microservices deployed with Lambda
For example: https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-creating-lambda-state-machine.html