-
I'm trying upgrade serverless from 1.77.1 to 2.40 and by using Fn::Split to convert that string into an array `vpce-xxxx,vpce-xxxx` to
```
apiGatewayVpcEndpointIds:
d…
-
Hello all,
I got an issue when I deployed my app with serverless.
When I called `serverless create_domain`, it hang forerer from serverless version 2.40.0-096ed965.
![…
-
Before introduction of schema validation doing the following worked without warning
```
vpc:
securityGroupIds: [ !Ref LambdaSecurityGroup ]
subnetIds: [ !Ref PrivateSubnet1, !Ref PrivateSubnet…
-
I'm trying to handle object created event and do some jobs with uploaded files but no success since bref shows "This handler expected to be invoked with a API Gateway or ALB event. Instead, the handle…
-
**Is your feature request related to a problem? Please describe.**
We are using an external appsync api and want to use it with Datastore (since appsync offline mode doesn't seems to be updated any d…
-
I have created a Web ACL in my AWS account in the AWS WAF and assigned it some rules. In my serverless.yml file I have used the - serverless-associate-waf plugin and giving the name of the web acl in …
-
When I want to reuse an existing role for the functions, or a role comming from a nested stack on which i do an !GetAtt, the generation of the eventmappings seems to break.
…
-
When `"Fn::split"` is used in `subnetIds` property, `serverless deploy -f hello` fails with the following message:
```
Expected params.VpcConfig.SubnetIds to be an Array
```
Running a full `se…
-
Hello,
I'm getting this validation error locally in my serverless.ts file:
```
Type '{ 'Fn::Split': string[]; }' is not assignable to type 'AwsCfInstruction[]'.
Object literal may only speci…
-
# This is a Bug Report
## Description
* What went wrong?
Upgraded from v1.29 to 1.31, and now when I try to start Serverless locally with:
`cross-env IS_OFFLINE=TRUE AMP_MOCK_DB=TRUE serve…