-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[233] Add lambda handler and deployment steps #306
[233] Add lambda handler and deployment steps #306
Conversation
@arturtamborski I must have done sth wrong :D It seems like the request is rejected because api has http instead of https address and hence take it as insecure connection. |
Yea, to be fair I'm still working on the details here. Lambda itself works fine, migrations are running OK, the schema was created and you can run the app with remote DB just fine, so it's nearly finished, but I still have to tweak the frontend code a bit. For some odd reason axios is pumping all requests to |
Update: axios is now working fine which makes this PR ready for a review. List of things to do / check in future:
But taking things aside - its working just fine. The login works, frontend works, backend works, migrations are working and its a good (although very late) start! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine, nothing to add here.
Story / Bug id:
#233
Description:
I finally implemented it!
Migrations:
N/A
New imports / dependencies:
new:
serverless_wsgi==1.7.5
upgrade:
psycopg2-binary==2.8.5
Flask-SQLAlchemy==2.4.4
What tests do I need to run to validate this change:
go to dev.codeforpoznan.pl and try it out! :D
credentials:
admin:pass123