Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

flask buildspec.yml

version: 0.2
phases:
  install:
    runtime-versions:
      python: 3.8
  pre_build:
    commands:
      - pip install -r requirements.txt
      - python app_test.py
Source by aws.amazon.com #
 
PREVIOUS NEXT
Tagged: #flask
ADD COMMENT
Topic
Name
7+5 =