File: Makefile

package info (click to toggle)
golang-mongodb-mongo-driver 1.17.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 25,988 kB
  • sloc: perl: 533; ansic: 491; python: 432; sh: 327; makefile: 174
file content (7 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
.PHONY: default
default:
	sam build --debug
	# Cannot connect to a local mongo server on non x86_64 architectures.
	# These cases require either building a mongodb docker container or
	# using a serverless service such as Atlas.
	sam local invoke --parameter-overrides "MongoDbUri=${MONGODB_URI}"