Skip to content
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

ECS Flask application upgraded #140

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workshops/ecs-spot-capacity-providers/webapp/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from flask import Flask, render_template
from flask.ext.cors import CORS, cross_origin
from flask_cors import CORS, cross_origin
import os
import requests
import json
Expand Down
4 changes: 2 additions & 2 deletions workshops/ecs-spot-capacity-providers/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.10.1
Flask-Cors==1.10.2
Flask==1.1.2
Flask-Cors
requests
signals
ec2-metadata
Expand Down