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
Hi, I'm not sure if it's appropriate to open an issue for a sample project but I did run into an issue.
I cloned the repo and ran the sample app, heres my environment information:
However, upon processing a request the app throws an error.
[ERROR] AttributeError: module 'pcluster.cli' has no attribute 'main'
Traceback (most recent call last):
File "/var/task/function.py", line 62, in lambda_handler
cli.main()
Any help that could be provided would be greatly appreciated, thanks!