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
#I didn't see any mention of this parameter requirement in your documentation. It may just be an issue with Serverless now too, but wanted to call it out here.
No aws-ip-watcher.zip file found in the package path you provided.
I also noticed that the name of the file was not reflecting the name parameter in my function declaration, it was actually the service name from above. It stayed like this until I added the package: individually: yes parameter into my serverless file. It looks like this is required judging by some other projects.
I updated the readme to potentially help some people down the road.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
#I didn't see any mention of this parameter requirement in your documentation. It may just be an issue with Serverless now too, but wanted to call it out here.
No aws-ip-watcher.zip file found in the package path you provided.
I also noticed that the name of the file was not reflecting the name parameter in my function declaration, it was actually the service name from above. It stayed like this until I added the
package: individually: yes
parameter into my serverless file. It looks like this is required judging by some other projects.I updated the readme to potentially help some people down the road.
The text was updated successfully, but these errors were encountered: