cagataygurturk / lambadaframework

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway
MIT License
244 stars 48 forks source link

Mock AWS or disable integration-tests when running Travis builds #24

Closed DavidBoman closed 8 years ago

DavidBoman commented 8 years ago

Some tests (e.g. SimpleStorageServiceWagonIntegrationTest.regionConnections) requires AWS Credentials to run. For obvious reasons these can't be checked in and therefor the build is failing.

This is also a problem in the local build-env as my credentials won't work with your bucket.

cagataygurturk commented 8 years ago

You are right! Actually that part of the project is a fork of spring maven wagon project with little modifications. It is unlikely that we change again that part of the project so tests can be excluded.

cagataygurturk commented 8 years ago

Fixed by https://github.com/lambadaframework/lambadaframework/commit/8d2e9913554baba11373d942da8fe6bacbe1daab