Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Conversation

@mrserverless
Copy link
Owner

@mrserverless mrserverless commented Apr 8, 2017

addresses #4 #5

split project into 2:

  • aws/event/
  • aws/net

They can be installed separate via serverless install. And both can handle http requests and set custom response header (raised during #2).

.PHONY: deploy

invoke:
curl -v $(shell AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} ENV=${ENV} sls info | grep GET | cut -f5 -d" ")
Copy link
Owner Author

Choose a reason for hiding this comment

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

@cristim I removed this target because this won't work when there are multiple end points. I.e. 5 GET functions

@mrserverless mrserverless merged commit 3cea4f5 into master Apr 23, 2017
@mrserverless mrserverless deleted the lambda-go-shim branch April 23, 2017 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants