You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lambda): Add lambda:InvokeFunction permission for public Function URLs
Lambda Function URLs with AuthType NONE require both lambda:InvokeFunctionUrl
and lambda:InvokeFunction permissions as of October 2025. Without both
permissions, Function URLs return 403 Forbidden errors.
Added the missing lambda:InvokeFunction permission to all 5 scenario templates:
- council-chatbot
- foi-redaction
- planning-ai
- smart-car-park
- text-to-speech
Ref: https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html
0 commit comments