Skip to content

Commit b5cc271

Browse files
overshot the Ballmer peak
1 parent 65ec260 commit b5cc271

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Resources:
7676
Port: 80
7777
Protocol: HTTP
7878

79+
SomeNonsense:
80+
Type: AWS::NotReal::Resource
81+
Properties:
82+
SomeProperty: SomeValue
83+
7984
HttpsListener:
8085
Type: AWS::ElasticLoadBalancingV2::Listener
8186
Properties:

src/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
import openai
1717

1818
def create_app(test_config=None):
19+
20+
# divide by zero LOL
21+
print(1/0)
22+
1923
# create and configure the app
2024
app = Flask(__name__, instance_relative_config=True)
2125
app.config.from_mapping(

0 commit comments

Comments
 (0)