I’m currently taking your Solutions Architect Associate course now, and I must say it is very detailed, and extremely well organized. When these mini projects pop up, I find myself having to stop to try them. It’s my only complaint. I appreciate what you’re doing.
Hello. I test this project. I go through the whole process as explain in the video, but when I copy the function url and paste it on the browser it shows me a error "Internal server Error". I don't know where I miss. Can someone guide me. Thanks
I’m also getting the "Internal server Error" (like the user 2 months ago). The CloudWatch log shows: [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'DEPRECATED_SERVICE_NAMES' from 'botocore.docs' (/var/task/botocore/docs/__init__.py) I suspect there a mismatch between the current botocore module version (1.33.8) and the version specified in the function.zip code in botocore-1.29.92.dist-info > METADATA (1.29.92), but this is only a guess from a Lambda-newbie. Any suggestions for a fix for this problem?
Problem is out-of-date dependencies in the function.zip file. I had to update: botocore, request, charder, charset_normalizer, urllib3 … might be others if you are working months after this. Yet to find out if this tutorial is worth the effort… doesn’t seem to be supported by the author. Good luck!
I’m currently taking your Solutions Architect Associate course now, and I must say it is very detailed, and extremely well organized. When these mini projects pop up, I find myself having to stop to try them. It’s my only complaint. I appreciate what you’re doing.
these projects are within my courses anyway, so just follow the order :) (assuming you will be doing my full range that is !!!! haha)
Hello. I test this project. I go through the whole process as explain in the video, but when I copy the function url and paste it on the browser it shows me a error "Internal server Error". I don't know where I miss. Can someone guide me. Thanks
I’m also getting the "Internal server Error" (like the user 2 months ago). The CloudWatch log shows:
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'DEPRECATED_SERVICE_NAMES' from 'botocore.docs' (/var/task/botocore/docs/__init__.py)
I suspect there a mismatch between the current botocore module version (1.33.8) and the version specified in the function.zip code in botocore-1.29.92.dist-info > METADATA (1.29.92), but this is only a guess from a Lambda-newbie.
Any suggestions for a fix for this problem?
Problem is out-of-date dependencies in the function.zip file. I had to update: botocore, request, charder, charset_normalizer, urllib3 … might be others if you are working months after this.
Yet to find out if this tutorial is worth the effort… doesn’t seem to be supported by the author.
Good luck!
@@jimaustin3608 can you please provide the new zip file?
@@jimaustin3608 can you give me a new zip file?
Very clear, ty !
Can this be used for a project for employers to see your work ?
Many of my students do just this. Just reference that you’re reusing it. Blog about it. Discuss it in interviews. Just never pass it off as your own.
@@LearnCantrill I am currently enrolled in your SAA course and learning as I go thank you for the reply .
You are James Bond. Do you have any Control Tower video??
Good use case and well explained
thanks !!!