Skip to content

Commit

Permalink
Removing unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross committed Oct 8, 2023
2 parents ec89ece + 48844ed commit f1cea6f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
Code for an [AWS lambda function](https://us-east-2.console.aws.amazon.com/lambda/home?region=us-east-2#/functions/brkc-oas-converter?tab=code) to convert API Definitions (schemas) from OAS2.0 to OAS3.0

Works in conjunction with the [Convert OAS 2.0 to 3.0](https://v10-technical-enablement.postman.co/workspace/BRKC-Utilities~b300ef5a-6cf8-4295-9712-0cfecc414f50/environment/23889826-f4729082-c30a-4d98-b09e-be72a0a669ca?action=share&creator=23889826&active-environment=23889826-f4729082-c30a-4d98-b09e-be72a0a669ca) Postman collection.

### Lambda interface
You'd think I'd have an OAS spec for this, wouldn't ya? 🤡

`https://<lambda_url>?outputFileFormat=<json|(yaml|yml)>&inputFileFormat=<json|(yaml|yml)>&inputAPIType=swagger_2&outputAPIType=openapi_3`
2 changes: 1 addition & 1 deletion postman/ConvertOAS.postman_environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-10-08T17:51:49.759Z",
"_postman_exported_at": "2023-10-08T17:59:31.687Z",
"_postman_exported_using": "Postman/10.18.10-231005-0655"
}

0 comments on commit f1cea6f

Please sign in to comment.