Skip to content

Latest commit

 

History

History
147 lines (75 loc) · 5.2 KB

File metadata and controls

147 lines (75 loc) · 5.2 KB

Week 4 — Postgres and RDS

Table of Contents

    command: |
     export GITPOD_IP=$(curl ifconfig.me)
     source "$THEIA_WORKSPACE_ROOT/backend-flask/db-update-sg-rule"
--security-group-rules "SecurityGroupRuleId=$DB_SG_RULE_ID,SecurityGroupRule={Description=GITPOD,IpProtocol=tcp,FromPort=5432,ToPort=5432,CidrIpv4=$GITPOD_IP/32}"

Create Cognito Trigger to insert user into database

image

  • Newly created user after signup via the Cruddur page as well as validation and confirmation of email (username)

image


Create new activities with a database insert

  • Newly created posts via the Cruddur page

image

image

  • Post Creation of activity (by checking the database)

    image