Stack BRD-145-honeycomb-UserPlatformStack Status...
# general
k
Stack BRD-145-honeycomb-UserPlatformStack Status: failed Error: Properties validation failed for resource AuthpostConfirmation9638BE34 with message: #/Handler: expected maxLength: 128, actual: 133
t
this sounds like the issue is the length of the path + filename + method, not the name of the lambda function itself
f
Good point. @Kuda Zhou if u run
sst build
> go into
.build/cdk.out
> open up the template json file for
BRD-145-honeycomb-UserPlatformStack
. You can double check if the length of the handler is actually 133 char in length.
k
Morning Frank okay will give that a go and let you know how it goes