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

Challenge #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Challenge #1

wants to merge 6 commits into from

Conversation

manuelgr0
Copy link

No description provided.

@@ -4,7 +4,7 @@
"author": "Axelra AG",
"scripts": {
"postinstall": "npm-recursive-install --skip-root",
"dev": "source .env && sam local start-api --port 3001 --template apigateway_template.yaml --parameter-overrides \"ParameterKey=Environment,ParameterValue=$ENVIRONMENT ParameterKey=ApiHost,ParameterValue=$API_HOST ParameterKey=ApiPort,ParameterValue=$API_PORT ParameterKey=MongoDB,ParameterValue=$MONGO_DB\"",
"dev": ". ./.env && sam local start-api --port 3001 --template apigateway_template.yaml --parameter-overrides \"ParameterKey=Environment,ParameterValue=$ENVIRONMENT ParameterKey=ApiHost,ParameterValue=$API_HOST ParameterKey=ApiPort,ParameterValue=$API_PORT ParameterKey=MongoDB,ParameterValue=$MONGO_DB\"",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, couldn't test this script on macOs/linux

@@ -25,7 +25,7 @@ Resources:
TestApiGateway:
Type: AWS::Serverless::Api
Properties:
Name: "axelra-interview-challenge-api"
Name: "axelrachallenge"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for this renaming? bug because of dashes?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants