Skip to content

Commit

Permalink
Update init.py
Browse files Browse the repository at this point in the history
Removing a console.print
  • Loading branch information
Miccighel committed Jan 5, 2024
1 parent 39ea675 commit c753e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ def key_cont():
)
api_stage = response
api_stage_endpoint = f"https://{api_gateway['ApiId']}.execute-api.{aws_region}.amazonaws.com"
console.print(f"Stage Name: [cyan]{api_stage['DeploymentId']}[/cyan]")
console.print(f"Endpoint: [cyan]{api_stage_endpoint}[/cyan]")
serialize_json(folder_aws_generated_path, f"api_gateway_{api_gateway_name}_stage_{api_stage['DeploymentId']}.json", response)

Expand Down

0 comments on commit c753e20

Please sign in to comment.