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
The hander definition previously didn't include a type so the "npx ampx sandbox" compilation would fail and say:
amplify/functions/say-hello/handler.ts(1,31): error TS7006: Parameter 'event' implicitly has an 'any' type.
TypeScript validation check failed.
Resolution: Fix the syntax and type errors in your backend definition.
0 commit comments